Version

Tabs Class Members

The following tables list the members exposed by Tabs.

Public Constructors
 NameDescription
Public ConstructorTabs ConstructorInitializes a new instance of the Tabs class.  
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 PropertyItemThe Item property allows for access to the TabItem objects contained in the collection.  
Public PropertyOwnerGet a reference to the UltraWebTab which owns this collection.  
Protected Properties
 NameDescription
Protected PropertyInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Methods
 NameDescription
Public MethodAdd

Adds a TabItem object (Tab or TabSeparator) to the Tabs collection.

 
Public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodContainsCheck if tabs have a tab item.  
Public MethodConvertTabIndexToCollectionIndexConvert the index of an item within instances of the Tab class to the index of that item within the whole collection.  
Public MethodCopyToCopy tabs.  
Public MethodFromKey

Get a reference to the TabItem from the key.

 
Public MethodFromKeyTab

Get a reference to the Tab from the key.

 
Public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public MethodGetTabGet a reference to a Tab from the index within items of the Tab class.  
Public MethodGetTabIndexGet the index of a Tab from its reference within items of the Tab class.  
Public MethodIndexOfGet index of a tab item.  
Public MethodInsert

Adds a TabItem object (Tab or TabSeparator) to the Tabs collection at the specified index.

 
Public MethodRemoveRemove tab item.  
Public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Protected Methods
 NameDescription
Protected MethodOnClearOverridden. Clear actions.  
Protected MethodOnClearCompletePerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnInsertCompleteOverridden. Write insert action.  
Protected MethodOnRemovePerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnRemoveCompleteOverridden. Write remove action.  
Protected MethodOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnSetCompletePerforms additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnValidatePerforms additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase)
See Also