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!

ToolBar.Divider

Indicates whether the ToolBar will display a visual divider at the top of it's surface. This can help distinguish the ToolBar from adjacent controls, such as Menus, etc.

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

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace