Click or drag to resize

TabStopCollection Methods

The TabStopCollection type exposes the following members.

Methods
Name Description
Public method Append
Adds a Tab to the collection.
(Inherited from TabStopList .)
Public method Clear
Removes all elements from the collection.
(Inherited from TabStopList .)
Public method CopyTo
Copies all elements from the collection to the specified array.
Public method Equals
Indicates whether two Tabs instances are equal.
(Inherited from TabStopList .)
Public method GetEnumerator
Gets an enumerator for the entire collection.
(Inherited from TabStopList .)
Public method GetHashCode
Gets hash code for this object.
(Inherited from TabStopList .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method RemoveAt
Removes the element at the specified index of the collection.
(Inherited from TabStopList .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also