NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.CheckBoxes

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);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace