BCGControlBar Library for .NET
TabItemColorDef Constructor(TabItemColorDef)




A TabItemColorDef object to create a copy.
Creates a shallow copy of the TabItemColorDef object from parameter.
Syntax
'Declaration
 
Public Function New( _
   ByRef src As TabItemColorDef _
)
'Usage
 
Dim src As TabItemColorDef
 
Dim instance As New TabItemColorDef(src)
public TabItemColorDef( 
   ref TabItemColorDef src
)
public: TabItemColorDef( 
   ref TabItemColorDef* src
)
public:
TabItemColorDef( 
   TabItemColorDef^% src
)

Parameters

src
A TabItemColorDef object to create a copy.
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

TabItemColorDef Class
TabItemColorDef Members
Overload List

Send Feedback