BCGControlBar Library for .NET
TabInfo Constructor(Control)




A control to set as related with tab info.
Initializes a new instance of the TabInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal control As Control _
)
'Usage
 
Dim control As Control
 
Dim instance As New TabInfo(control)
public TabInfo( 
   Control control
)
public: TabInfo( 
   Control* control
)
public:
TabInfo( 
   Control^ control
)

Parameters

control
A control to set as related with tab info.
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

TabInfo Class
TabInfo Members
Overload List

Send Feedback