BCGControlBar Library for .NET
IsColored Property




Specifies whether tab strip is colored, or not.
Syntax
'Declaration
 
Public ReadOnly Property IsColored As Boolean
'Usage
 
Dim instance As TabStrip
Dim value As Boolean
 
value = instance.IsColored
public bool IsColored {get;}
public: __property bool get_IsColored();
public:
property bool IsColored {
   bool get();
}
Remarks
A tab strip is colored if at least one TabItem has background color, or automatic coloring is enabled.
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

Reference

TabStrip Class
TabStrip Members

Send Feedback