BCGControlBar Library for .NET
GetTabItemColorDef Method




A tab item to get color structure.
Returns TabItemColorDef structure associated with the specified tab item.
Syntax
'Declaration
 
Public Function GetTabItemColorDef( _
   ByVal item As TabItem _
) As TabItemColorDef
'Usage
 
Dim instance As TabDrawManager
Dim item As TabItem
Dim value As TabItemColorDef
 
value = instance.GetTabItemColorDef(item)
public TabItemColorDef GetTabItemColorDef( 
   TabItem item
)
public: TabItemColorDef* GetTabItemColorDef( 
   TabItem* item
) 
public:
TabItemColorDef^ GetTabItemColorDef( 
   TabItem^ item
) 

Parameters

item
A tab item to get color structure.
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