Xceed Docking Windows for WinForms v2.3 Documentation
TabStripAppearance Class Members
Properties  Methods  Events


Xceed.DockingWindows Namespace : TabStripAppearance Class

The following tables list the members exposed by TabStripAppearance.

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating if the tabs contained in the tabstrip can be dragged to change their position in the tabstrip.  
Public PropertyGets or sets the background color of the tabstrips.  
Public PropertyGets or sets a value representing the height, in pixels, of the tabstrips.  
Public PropertyGets or sets the selected tab's background color.  
Public PropertyGets or sets the font of the selected tab.  
Public PropertyGets or sets the selected tab's foreground color.  
Public PropertyGets or sets a value indicating if the drag-hints are displayed when reordering the tabs contained in the tabstrip.  
Public PropertyGets or sets the background color of the tabs contained in the tabstrips.  
Public PropertyGets or sets the border color of the tabs contained in the tabstrips.  
Public PropertyGets or sets the font of the tabs contained in the tabstrips.  
Public PropertyGets or sets the foreground color of the tabs contained in the tabstrips.  
Top
Public Methods
 NameDescription
Public MethodResets the value of the AllowDrag property to its default value, true.  
Public MethodResets the value of the BackColor property to its default value, a variation of SystemColors.Control.  
Public MethodResets the value of the Height property to its default value, 24 pixels.  
Public MethodResets the value of the SelectedTabBackColor property to its default value, SystemColors.Control.  
Public MethodResets the value of the SelectedTabFont property to its default value, TabFont.  
Public MethodResets the value of the SelectedTabForeColor property to its default value, Color.Black.  
Public MethodResets the value of the ShowDragHints property to its default value, true.  
Public MethodResets the value of the TabBackColor property to its default value, BackColor.  
Public MethodResets the value of the TabBorderColor property to its default value, SystemColors.ControlDark.  
Public MethodResets the value of the TabFont property to its default value, "Tahoma 8 point".  
Public MethodResets the value of the TabForeColor property to its default value, SystemColors.ControlDarkDark.  
Top
Public Events
 NameDescription
Public EventRaised when the value of the AllowDrag property is changed.  
Public EventRaised when the value of the BackColor property is changed.  
Public EventRaised when the value of the Height property is changed.  
Public EventRaised when the value of the SelectedTabBackColor property is changed.  
Public EventRaised when the value of the SelectedTabFont property is changed.  
Public EventRaised when the value of the SelectedTabForeColor property is changed.  
Public EventRaised when the value of the ShowDragHints property is changed.  
Public EventRaised when the value of the TabBackColor property is changed.  
Public EventRaised when the value of the TabBorderColor property is changed.  
Public EventRaised when the value of the TabFont property is changed.  
Public EventRaised when the value of the TabForeColor property is changed.  
Top
See Also

Reference

TabStripAppearance Class
Xceed.DockingWindows Namespace