BCGControlBar Library for .NET
GetTabItemFrameColor Method




Specifies a tab item to get a frame color.
it true, the outer frame color will be returned, otherwise, inner frame color.
Specifies a dock style of the tab strip with a tab item to get a frame color.
Called by the TabDrawManager on drawing the tab item.
Syntax
'Declaration
 
Public Function GetTabItemFrameColor( _
   ByVal item As TabItem, _
   ByVal outer As Boolean, _
   ByVal edge As DockStyle _
) As Color
'Usage
 
Dim instance As TabDrawManager
Dim item As TabItem
Dim outer As Boolean
Dim edge As DockStyle
Dim value As Color
 
value = instance.GetTabItemFrameColor(item, outer, edge)
public Color GetTabItemFrameColor( 
   TabItem item,
   bool outer,
   DockStyle edge
)
public: Color GetTabItemFrameColor( 
   TabItem* item,
   bool outer,
   DockStyle edge
) 
public:
Color GetTabItemFrameColor( 
   TabItem^ item,
   bool outer,
   DockStyle edge
) 

Parameters

item
Specifies a tab item to get a frame color.
outer
it true, the outer frame color will be returned, otherwise, inner frame color.
edge
Specifies a dock style of the tab strip with a tab item to get a frame color.
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