Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NTabStyle Class / AutomaticTabStyle Property


In This Topic
    AutomaticTabStyle Property
    In This Topic
    Gets or sets a value whether the tabstyle will be dependant on the current palette.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Tab Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets a value whether the tabstyle will be dependant on the current palette.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
    Public Property AutomaticTabStyle As System.Boolean
    'Usage
     
    
    Dim instance As NTabStyle
    Dim value As System.Boolean
     
    instance.AutomaticTabStyle = value
     
    value = instance.AutomaticTabStyle
    [System.ComponentModel.Category("Tab Appearance")]
    [System.ComponentModel.Description("Gets or sets a value whether the tabstyle will be dependant on the current palette.")]
    [System.ComponentModel.DefaultValue(true)]
    [System.ComponentModel.RefreshProperties(RefreshProperties.All)]
    public System.bool AutomaticTabStyle {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