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


In This Topic
    CaptionAppearance Class
    In This Topic
    Represents the appearance of the ToolWindows' captions.
    Syntax
    'Declaration
     
    Public NotInheritable Class CaptionAppearance 
    'Usage
     
    Dim instance As CaptionAppearance
    public sealed class CaptionAppearance 
    Remarks

    The caption of every docked ToolWindow managed by the DockLayoutManager will have the same appearance. The captions of single floating ToolWindows will not be affected by the settings of the DockLayoutManager.CaptionAppearance property as they are drawn by the operating system.

    Inheritance Hierarchy

    System.Object
       Xceed.DockingWindows.CaptionAppearance

    Public Properties
     NameDescription
    Public PropertyGets or sets the background color of the captions.  
    Public PropertyGets or sets the color of the captions' borders.  
    Public PropertyGets or sets the font of the captions.  
    Public PropertyGets or sets the foreground color of the captions.  
    Public PropertyGets or sets a value representing the height, in pixels, of the captions.  
    Public PropertyGets or sets the inactive background color of the captions.  
    Public PropertyGets or sets the color of the inactive captions' borders.  
    Public PropertyGets or sets the font of the inactive captions.  
    Public PropertyGets or sets the inactive foreground color of the captions.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the BackColor property to its default value, a variation of SystemColors.ActiveCaption.  
    Public MethodResets the value of the BorderColor property to its default value, a variation of SystemColors.Control.  
    Public MethodResets the value of the Font property to its default value.  
    Public MethodResets the value of the ForeColor property to its default value, SystemColors.ActiveCaptionText.  
    Public MethodResets the value of the Height property to its default value, System.Windows.Forms.SystemInformation.ToolWindowCaptionHeight.  
    Public MethodResets the value of the InactiveBackColor property to its default value, SystemColors.Control.  
    Public MethodResets the value of the InactiveBorderColor property to its default value, SystemColors.ControlDark.  
    Public MethodResets the value of the InactiveFont property to its default value.  
    Public MethodResets the value of the InactiveForeColor property to its default value, SystemColors.ControlText.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of the BackColor property is changed.  
    Public EventRaised when the value of the BorderColor property is changed.  
    Public EventRaised when the value of the Font property is changed.  
    Public EventRaised when the value of the ForeColor property is changed.  
    Public EventRaised when the value of the Height property is changed.  
    Public EventRaised when the value of the InactiveBackColor property is changed.  
    Public EventRaised when the value of the InactiveBorderColor property is changed.  
    Public EventRaised when the value of the InactiveFont property is changed.  
    Public EventRaised when the value of the InactiveForeColor 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