BCGControlBar Library for .NET
DrawColoredTabItem Method




Syntax
'Declaration
 
Public Overridable Sub DrawColoredTabItem( _
   ByVal item As TabItem, _
   ByVal region As Boolean _
) 
'Usage
 
Dim instance As TabDrawManager
Dim item As TabItem
Dim region As Boolean
 
instance.DrawColoredTabItem(item, region)
public virtual void DrawColoredTabItem( 
   TabItem item,
   bool region
)
public: virtual void DrawColoredTabItem( 
   TabItem* item,
   bool region
) 
public:
virtual void DrawColoredTabItem( 
   TabItem^ item,
   bool region
) 

Parameters

item
region
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

TabDrawManager Class
TabDrawManager Members

Send Feedback