Separators Property

       

Returns or sets a value that determines whether separators are drawn between buttons on a TabStrip control that has the tabButton or tabFlatButton styles.

Syntax

object.Separators [= boolean]

The Separators property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression specifying if separators are drawn, as described in Settings.

Settings

The settings for boolean are:

Constant Description
False (Default) Separators aren't drawn.
True Separators are drawn.

Remarks

To see the separators, the TabStrip control's Style property must be set to either tabButton or tabFlatButton.