BCGControlBar Library for .NET
GetTabStripColors Method




The tabStyle of the tab strip to draw.
Called by the framework on redrawing the tab strip. Represents a TabStripColorDef object which contains an information about the colors of the tab strip and its tab item according to its tabStyle.
Syntax
'Declaration
 
Public Overridable Function GetTabStripColors( _
   ByVal tabStyle As TabStripStyle _
) As TabStripColorDef
'Usage
 
Dim instance As VisualManager
Dim tabStyle As TabStripStyle
Dim value As TabStripColorDef
 
value = instance.GetTabStripColors(tabStyle)
public virtual TabStripColorDef GetTabStripColors( 
   TabStripStyle tabStyle
)
public: virtual TabStripColorDef* GetTabStripColors( 
   TabStripStyle tabStyle
) 
public:
virtual TabStripColorDef^ GetTabStripColors( 
   TabStripStyle tabStyle
) 

Parameters

tabStyle
The tabStyle of the tab strip to draw.
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

VisualManager Class
VisualManager Members

Send Feedback