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


In This Topic
    CaptionAppearance Property
    In This Topic
    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.25075.5727,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.25075.5727,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