Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / TabbedMdiTabStripAppearance Class
Members


In This Topic
    TabbedMdiTabStripAppearance Class
    In This Topic
    Represents the appearance of the tabbed-mdi tabstrip.
    Syntax
    'Declaration
     
    Public NotInheritable Class TabbedMdiTabStripAppearance 
    'Usage
     
    Dim instance As TabbedMdiTabStripAppearance
    public sealed class TabbedMdiTabStripAppearance 
    Inheritance Hierarchy

    System.Object
       Xceed.DockingWindows.TabbedMdi.TabbedMdiTabStripAppearance

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating if the tabs can be reordered within their associated tab-group.  
    Public PropertyGets or sets the background color of the tabbed-mdi tabstrip.  
    Public PropertyGets or sets the height of a tabbed-mdi tabstrip.  
    Public PropertyGets or sets the background color of the selected tab in the tabbed-mdi tabstrip.  
    Public PropertyGets or sets the font of the selected tab in the tabbed-mdi tabstrip.  
    Public PropertyGets or sets the foreground color of the selected tab in the tabbed-mdi tabstrip.  
    Public PropertyGets or sets a value indicating if drag-hints are displayed when reordering tabs in a tabbed-mdi tabstrip.  
    Public PropertyGets or sets the background color of the tabs in a tabbed-mdi tabstrip.  
    Public PropertyGets or sets the border color of the tabs in a tabbed-mdi tabstrip.  
    Public PropertyGets or sets the font of the tabs in a tabbed-mdi tabstrip.  
    Public PropertyGets or sets the foreground color of the tabs in a tabbed-mdi tabstrip.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the AllowDrag property to its default value, true.  
    Public MethodResets the value of the BackColor to its default value.  
    Public MethodResets the value of the Height property to its default value.  
    Public MethodResets the value of the SelectedTabBackColor property to its default value.  
    Public MethodResets the value of the SelectedTabFont property to its default value.  
    Public MethodResets the value of the SelectedTabForeColor property to its default value.  
    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.  
    Public MethodResets the value of the TabBorderColor property to its default value.  
    Public MethodResets the value of the TabFont property to its default value.  
    Public MethodResets the value of the TabForeColor property to its default value.  
    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
    Requirements

    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

    See Also