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