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


"

The following tables list the members exposed by dbiTabsCollection.

"

Public Properties

 NameDescription
public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
public PropertyItemGets or sets the TabPage at a specific index.  
Top

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