Xceed Docking Windows for WinForms v2.3 Documentation
CaptionAppearance Property


Xceed.DockingWindows Namespace > DockLayoutManager Class : CaptionAppearance Property
Gets or sets the appearance of the docked ToolWindows' captions.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<TypeConverterAttribute("Xceed.DockingWindows.Design.BlankExpandableObjectConverter,Xceed.DockingWindows.v2.3.Design,Version=2.3.17407.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DescriptionAttribute("The appearance of the docked ToolWindows' captions.")>
<CategoryAttribute("Appearance")>
Public ReadOnly Property CaptionAppearance As CaptionAppearance
'Usage
 
Dim instance As DockLayoutManager
Dim value As CaptionAppearance
 
value = instance.CaptionAppearance
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[TypeConverter("Xceed.DockingWindows.Design.BlankExpandableObjectConverter,Xceed.DockingWindows.v2.3.Design,Version=2.3.17407.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[Description("The appearance of the docked ToolWindows' captions.")]
[Category("Appearance")]
public CaptionAppearance CaptionAppearance {get;}

Property Value

A CaptionAppearance representing the appearance of the docked ToolWindows' captions.
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 CaptionAppearance property as they are drawn by the operating system.

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

Reference

DockLayoutManager Class
DockLayoutManager Members