BCGControlBar Library for .NET
TabItem Constructor(Control)




A control to set as related for the tab on initialization.
Initializes a new instance of the TabItem class with specified related control and sets a text for this item from the control.
Syntax
'Declaration
 
Public Function New( _
   ByVal control As Control _
)
'Usage
 
Dim control As Control
 
Dim instance As New TabItem(control)
public TabItem( 
   Control control
)
public: TabItem( 
   Control* control
)
public:
TabItem( 
   Control^ control
)

Parameters

control
A control to set as related for the tab on initialization.
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

TabItem Class
TabItem Members
Overload List

Send Feedback