BCGControlBar Library for .NET
TabItemFrameColorDef Constructor(Color)




Specifies a border color of the tab item.
Initializes a new instance of the TabItemFrameColorDef class with specified border color of the tab item.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Color _
)
'Usage
 
Dim value As Color
 
Dim instance As New TabItemFrameColorDef(value)
public TabItemFrameColorDef( 
   Color value
)
public: TabItemFrameColorDef( 
   Color value
)
public:
TabItemFrameColorDef( 
   Color value
)

Parameters

value
Specifies a border color 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