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




A color of the left and top border of the tab item.
A color of the right and bottom border of the tab item.
Initializes a new instance of the TabItemFrameColorDef class with specified border colors of the tab item.
Syntax
'Declaration
 
Public Function New( _
   ByVal leftTop As Color, _
   ByVal rightBottom As Color _
)
'Usage
 
Dim leftTop As Color
Dim rightBottom As Color
 
Dim instance As New TabItemFrameColorDef(leftTop, rightBottom)
public TabItemFrameColorDef( 
   Color leftTop,
   Color rightBottom
)
public: TabItemFrameColorDef( 
   Color leftTop,
   Color rightBottom
)
public:
TabItemFrameColorDef( 
   Color leftTop,
   Color rightBottom
)

Parameters

leftTop
A color of the left and top border of the tab item.
rightBottom
A color of the right and bottom border of the tab item.
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

TabItemFrameColorDef Class
TabItemFrameColorDef Members
Overload List

Send Feedback