Version

TabsCollection Class Methods

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

Public Methods
 NameDescription
Public MethodAddOverridden. This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code.  
Public MethodAddRangeOverridden. This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code.  
Public MethodBinarySearchOverloaded. Searches a range of elements in the sorted System.Collections.ArrayList for an element using the specified comparer and returns the zero-based index of the element. (Inherited from System.Collections.ArrayList)
Public MethodClearOverridden. This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code.  
Public MethodCloneCreates a shallow copy of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodContainsDetermines whether an element is in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodCopyToOverloaded. Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the beginning of the target array. (Inherited from System.Collections.ArrayList)
Public MethodGetEnumeratorOverloaded. Returns an enumerator for the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodGetRangeReturns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodIndexOfOverloaded. Searches for the specified System.Object and returns the zero-based index of the first occurrence within the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodInsertOverridden. This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code.  
Public MethodInsertRangeOverridden. This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code.  
Public MethodLastIndexOfOverloaded. Searches for the specified System.Object and returns the zero-based index of the last occurrence within the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodRemoveOverridden. This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code.  
Public MethodRemoveAtOverridden. This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code.  
Public MethodRemoveRangeOverridden. This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code.  
Public MethodReverseOverloaded. Reverses the order of the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodSetRangeCopies the elements of a collection over a range of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodSortOverloaded. Sorts the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodToArrayOverloaded. Copies the elements of the System.Collections.ArrayList to a new System.Object array. (Inherited from System.Collections.ArrayList)
Public MethodTrimToSizeSets the capacity to the actual number of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
See Also