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


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