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


AutomaticTabStyle Property
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
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