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


In This Topic
    CaptionAppearance Class Methods
    In This Topic

    For a list of all members of this type, see CaptionAppearance members.

    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
    See Also