Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Separators Property
See Also Example Applies To
Returns or sets a value that determines whether separators are drawn between buttons on a TabStrip control that has the tabFlatButton style.
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 tabFlatButton.