|
|
|
|
AddRange Method, TabCollectionClass Class |
Adds tabs to the tab collection, adding them at the end of the list.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
VB |
Public Overridable Sub AddRange( ByVal tabs As TabClass() ) |
C# |
public virtual void AddRange( TabClass[] tabs ); |
C++ |
public: virtual void AddRange( array<TabClass^>^ tabs ); |
tabs
An array of tab objects to be added to the tab collection.
Comments
The AddRange method adds tabs to the tab collection, adding them at the end of the list.
If many tabs have to be added, the Initializing property can be used to indicate a mass-update, which is significantly faster.
A maximum of 128 tabs can be added to a tab control.