Gets or sets the Color for separators.

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

Syntax

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

Remarks

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

See Also