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




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.
If true, the gradient is horizontal, otherwise, vertical.
Initializes a new instance of the TabBackColorDef class with specified colors of gradient and its orientation.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Color, _
   ByVal finish As Color, _
   ByVal horz As Boolean _
)
'Usage
 
Dim start As Color
Dim finish As Color
Dim horz As Boolean
 
Dim instance As New TabBackColorDef(start, finish, horz)
public TabBackColorDef( 
   Color start,
   Color finish,
   bool horz
)
public: TabBackColorDef( 
   Color start,
   Color finish,
   bool horz
)
public:
TabBackColorDef( 
   Color start,
   Color finish,
   bool horz
)

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.
horz
If true, the gradient is horizontal, otherwise, vertical.
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