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.ShowPlusMinus

The ShowPlusMinus property determines if the "plus/minus" expand button is shown next to tree nodes that have children.

[Visual Basic]
Public Property ShowPlusMinus As Boolean
[C#]
public bool ShowPlusMinus {get; set;}
[C++]
public: __property bool get_ShowPlusMinus();
public: __property void set_ShowPlusMinus(bool);
[JScript]
public function get ShowPlusMinus() : Boolean;
public function set ShowPlusMinus(Boolean);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace