The following tables list the members exposed by TabStopCollection.
Name | Description | |
---|---|---|
TabStopCollection Constructor | Initializes a new instance of TabStopCollection |
Name | Description | |
---|---|---|
Count | Retunrs the number of tabs in the collection | |
IsReadOnly | Returns true if this collection has been sealed, i.e. immutable. | |
IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Item | Indexer (read-only) |
Name | Description | |
---|---|---|
AddTab | Adds a tab to the collection. | |
Clear | Clears all tabs from the collection | |
Clone | Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Contains | Overloaded. Returns if the top stop is in the collection | |
CopyTo | Copies the tabStops into an array | |
GetEnumerator | Returns an object that can enumarate all the tab stops in the collection | |
IndexOfTabPosition | Returns the index of the tab position in the collection | |
RemoveTab | Removes the tab | |
Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
TryGetTab | Tries to get a tab stop at a specific position |