Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / CaptionStyle Property


In This Topic
    CaptionStyle Property (NDockManager)
    In This Topic
    Gets or sets the object that controls caption appearance.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the object that controls caption appearance.")>
    <System.ComponentModel.CategoryAttribute("Styles")>
    Public Property CaptionStyle As NCaptionStyle
    'Usage
     
    
    Dim instance As NDockManager
    Dim value As NCaptionStyle
     
    instance.CaptionStyle = value
     
    value = instance.CaptionStyle
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.Description("Gets or sets the object that controls caption appearance.")]
    [System.ComponentModel.Category("Styles")]
    public NCaptionStyle CaptionStyle {get; set;}
    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