Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / CaptionAppearance Class
Properties Methods Events


In This Topic
    CaptionAppearance Class Members
    In This Topic

    The following tables list the members exposed by 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
    See Also