TabStopCollection Class |
Namespace: Spire.Presentation.Collections
The TabStopCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the collection.
Read-only
Int32
.
(Inherited from
TabStopList
.)
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets the element at the specified index.
Read-only
TabStop
.
(Inherited from
TabStopList
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|
| Name | Description | |
|---|---|---|
|
|
Append |
Adds a Tab to the collection.
(Inherited from
TabStopList
.)
|
|
|
Clear |
Removes all elements from the collection.
(Inherited from
TabStopList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals |
Indicates whether two Tabs instances are equal.
(Inherited from
TabStopList
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
TabStopList
.)
|
|
|
GetHashCode |
Gets hash code for this object.
(Inherited from
TabStopList
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
RemoveAt |
Removes the element at the specified index of the collection.
(Inherited from
TabStopList
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|