'Declaration Public NotInheritable Class CaptionAppearance
'Usage Dim instance As CaptionAppearance
public sealed class CaptionAppearance
'Declaration Public NotInheritable Class CaptionAppearance
'Usage Dim instance As CaptionAppearance
public sealed class CaptionAppearance
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.
System.Object
Xceed.DockingWindows.CaptionAppearance
Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets the background color of the captions. |
![]() | BorderColor | Gets or sets the color of the captions' borders. |
![]() | Font | Gets or sets the font of the captions. |
![]() | ForeColor | Gets or sets the foreground color of the captions. |
![]() | Height | Gets or sets a value representing the height, in pixels, of the captions. |
![]() | InactiveBackColor | Gets or sets the inactive background color of the captions. |
![]() | InactiveBorderColor | Gets or sets the color of the inactive captions' borders. |
![]() | InactiveFont | Gets or sets the font of the inactive captions. |
![]() | InactiveForeColor | Gets or sets the inactive foreground color of the captions. |
Name | Description | |
---|---|---|
![]() | ResetBackColor | Resets the value of the BackColor property to its default value, a variation of SystemColors.ActiveCaption. |
![]() | ResetBorderColor | Resets the value of the BorderColor property to its default value, a variation of SystemColors.Control. |
![]() | ResetFont | Resets the value of the Font property to its default value. |
![]() | ResetForeColor | Resets the value of the ForeColor property to its default value, SystemColors.ActiveCaptionText. |
![]() | ResetHeight | Resets the value of the Height property to its default value, System.Windows.Forms.SystemInformation.ToolWindowCaptionHeight. |
![]() | ResetInactiveBackColor | Resets the value of the InactiveBackColor property to its default value, SystemColors.Control. |
![]() | ResetInactiveBorderColor | Resets the value of the InactiveBorderColor property to its default value, SystemColors.ControlDark. |
![]() | ResetInactiveFont | Resets the value of the InactiveFont property to its default value. |
![]() | ResetInactiveForeColor | Resets the value of the InactiveForeColor property to its default value, SystemColors.ControlText. |
Name | Description | |
---|---|---|
![]() | BackColorChanged | Raised when the value of the BackColor property is changed. |
![]() | BorderColorChanged | Raised when the value of the BorderColor property is changed. |
![]() | FontChanged | Raised when the value of the Font property is changed. |
![]() | ForeColorChanged | Raised when the value of the ForeColor property is changed. |
![]() | HeightChanged | Raised when the value of the Height property is changed. |
![]() | InactiveBackColorChanged | Raised when the value of the InactiveBackColor property is changed. |
![]() | InactiveBorderColorChanged | Raised when the value of the InactiveBorderColor property is changed. |
![]() | InactiveFontChanged | Raised when the value of the InactiveFont property is changed. |
![]() | InactiveForeColorChanged | Raised when the value of the InactiveForeColor property is changed. |
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