BCGControlBar Library for .NET
EnableAutoColor Method




Specifies whether enable or disable automatic coloring.
Enables or disables automatic coloring of tabs.
Syntax
'Declaration
 
Public Sub EnableAutoColor( _
   ByVal bEnable As Boolean _
) 
'Usage
 
Dim instance As TabControlEx
Dim bEnable As Boolean
 
instance.EnableAutoColor(bEnable)
public void EnableAutoColor( 
   bool bEnable
)
public: void EnableAutoColor( 
   bool bEnable
) 
public:
void EnableAutoColor( 
   bool bEnable
) 

Parameters

bEnable
Specifies whether enable or disable automatic coloring.
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

TabControlEx Class
TabControlEx Members

Send Feedback