BCGControlBar Library for .NET
AddTab Method (TabStrip)




A text of the tab item to add to the tab items' collection.
Adds a tab item to the tab items' collection with a specified text.
Syntax
'Declaration
 
Public Sub AddTab( _
   ByVal label As String _
) 
'Usage
 
Dim instance As TabStrip
Dim label As String
 
instance.AddTab(label)
public void AddTab( 
   string label
)
public: void AddTab( 
   string* label
) 
public:
void AddTab( 
   String^ label
) 

Parameters

label
A text of the tab item to add to the tab items' collection.
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

TabStrip Class
TabStrip Members

Send Feedback