Indicates whether the Tab control should render the tabs' separator on the right side of Active Tab using special images. This property can be used to achieve look&feel similar to Visual Studio 2005 tabs.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property UseSpecialRightSeparator As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebTabComplexImagesSettings
Dim value As Boolean
instance.UseSpecialRightSeparator = value
value = instance.UseSpecialRightSeparator |
| C# | |
|---|
public bool UseSpecialRightSeparator {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