The following tables list the members exposed by TabStripAppearance.
Public Properties
| Name | Description |
| AllowDrag | Gets or sets a value indicating if the tabs contained in the tabstrip can be dragged to change their position in the tabstrip. |
| BackColor | Gets or sets the background color of the tabstrips. |
| Height | Gets or sets a value representing the height, in pixels, of the tabstrips. |
| SelectedTabBackColor | Gets or sets the selected tab's background color. |
| SelectedTabFont | Gets or sets the font of the selected tab. |
| SelectedTabForeColor | Gets or sets the selected tab's foreground color. |
| ShowDragHints | Gets or sets a value indicating if the drag-hints are displayed when reordering the tabs contained in the tabstrip. |
| TabBackColor | Gets or sets the background color of the tabs contained in the tabstrips. |
| TabBorderColor | Gets or sets the border color of the tabs contained in the tabstrips. |
| TabFont | Gets or sets the font of the tabs contained in the tabstrips. |
| TabForeColor | Gets or sets the foreground color of the tabs contained in the tabstrips. |
Top
Public Methods
| Name | Description |
| ResetAllowDrag | Resets the value of the AllowDrag property to its default value, true. |
| ResetBackColor | Resets the value of the BackColor property to its default value, a variation of SystemColors.Control. |
| ResetHeight | Resets the value of the Height property to its default value, 24 pixels. |
| ResetSelectedTabBackColor | Resets the value of the SelectedTabBackColor property to its default value, SystemColors.Control. |
| ResetSelectedTabFont | Resets the value of the SelectedTabFont property to its default value, TabFont. |
| ResetSelectedTabForeColor | Resets the value of the SelectedTabForeColor property to its default value, Color.Black. |
| ResetShowDragHints | Resets the value of the ShowDragHints property to its default value, true. |
| ResetTabBackColor | Resets the value of the TabBackColor property to its default value, BackColor. |
| ResetTabBorderColor | Resets the value of the TabBorderColor property to its default value, SystemColors.ControlDark. |
| ResetTabFont | Resets the value of the TabFont property to its default value, "Tahoma 8 point". |
| ResetTabForeColor | Resets the value of the TabForeColor property to its default value, SystemColors.ControlDarkDark. |
Top
Public Events
See Also