BCGControlBar Library for .NET
GetStartColor Method




Specifies the current dock edge of the tab.
Specifies the start color of the gradient to fill the background of the tab according to the current dock edge of the tabstrip.
Syntax
'Declaration
 
Public Function GetStartColor( _
   ByVal dock As DockStyle _
) As Color
'Usage
 
Dim instance As TabBackColorDef
Dim dock As DockStyle
Dim value As Color
 
value = instance.GetStartColor(dock)
public Color GetStartColor( 
   DockStyle dock
)
public: Color GetStartColor( 
   DockStyle dock
) 
public:
Color GetStartColor( 
   DockStyle dock
) 

Parameters

dock
Specifies the current dock edge of the tab.
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

TabBackColorDef Class
TabBackColorDef Members

Send Feedback