BCGControlBar Library for .NET
TabItem Constructor(Control,Boolean)




Syntax
'Declaration
 
Public Function New( _
   ByVal control As Control, _
   ByVal hideInactive As Boolean _
)
'Usage
 
Dim control As Control
Dim hideInactive As Boolean
 
Dim instance As New TabItem(control, hideInactive)
public TabItem( 
   Control control,
   bool hideInactive
)
public: TabItem( 
   Control* control,
   bool hideInactive
)
public:
TabItem( 
   Control^ control,
   bool hideInactive
)

Parameters

control
hideInactive
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