'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;}