dbicTabs Send comments on this topic.
dbiTabsCollection Class Methods
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace : dbiTabsCollection Class


"

For a list of all members of this type, see dbiTabsCollection members.

"

Public Methods

 NameDescription
public MethodAddAdds a tab page to the collection.  
public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
public MethodIndexOfReturns the index of the TabPage.  
public MethodInsertInserts a tab page into the collection at a specific position.  
public MethodRemoveRemove a tab.  
public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top

See Also