Enables or disables drawing of separator lines between the TabPage buttons.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public bool ShowSeparators { get; set; }
Visual Basic (Declaration)
Public Property ShowSeparators As Boolean
Visual C++
public:
property bool ShowSeparators {
	bool get ();
	void set (bool value);
}

Remarks

Separator lines are visual indicators of boundaries between the TabPage buttons.

See Also