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);
TreeView Class | TreeView Members | System.WinForms Namespace