BCGControlBar Library for .NET
TabBackColorDef Constructor(Color,Color)




Specifies the start color of the gradient to fill the background of the tab.
Specifies the end color of the gradient to fill the background of the tab.
Initializes a new instance of the TabBackColorDef class with specified colors of gradient.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Color, _
   ByVal finish As Color _
)
'Usage
 
Dim start As Color
Dim finish As Color
 
Dim instance As New TabBackColorDef(start, finish)
public TabBackColorDef( 
   Color start,
   Color finish
)
public: TabBackColorDef( 
   Color start,
   Color finish
)
public:
TabBackColorDef( 
   Color start,
   Color finish
)

Parameters

start
Specifies the start color of the gradient to fill the background of the tab.
finish
Specifies the end color of the gradient to fill the background 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
Overload List

Send Feedback