TabControlShowSeparators Property

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

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public bool ShowSeparators { get; set; }

Property Value

Boolean

Remarks

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

See Also