The value of the CheckBoxes property. The CheckBoxes property determines if check boxes are shown next to node in the tree view.
[Visual Basic] Public Property CheckBoxes As Boolean [C#] public bool CheckBoxes {get; set;} [C++] public: __property bool get_CheckBoxes(); public: __property void set_CheckBoxes(bool); [JScript] public function get CheckBoxes() : Boolean; public function set CheckBoxes(Boolean);
TreeView Class | TreeView Members | System.WinForms Namespace