'Declaration Public NotInheritable Class TabStripAppearance
'Usage Dim instance As TabStripAppearance
public sealed class TabStripAppearance
'Declaration Public NotInheritable Class TabStripAppearance
'Usage Dim instance As TabStripAppearance
public sealed class TabStripAppearance
System.Object
Xceed.DockingWindows.TabStripAppearance
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. |
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. |
Name | Description | |
---|---|---|
![]() | AllowDragChanged | Raised when the value of the AllowDrag property is changed. |
![]() | BackColorChanged | Raised when the value of the BackColor property is changed. |
![]() | HeightChanged | Raised when the value of the Height property is changed. |
![]() | SelectedTabBackColorChanged | Raised when the value of the SelectedTabBackColor property is changed. |
![]() | SelectedTabFontChanged | Raised when the value of the SelectedTabFont property is changed. |
![]() | SelectedTabForeColorChanged | Raised when the value of the SelectedTabForeColor property is changed. |
![]() | ShowDragHintsChanged | Raised when the value of the ShowDragHints property is changed. |
![]() | TabBackColorChanged | Raised when the value of the TabBackColor property is changed. |
![]() | TabBorderColorChanged | Raised when the value of the TabBorderColor property is changed. |
![]() | TabFontChanged | Raised when the value of the TabFont property is changed. |
![]() | TabForeColorChanged | Raised when the value of the TabForeColor property is changed. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2