Version

TabStopCollection Class Methods

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

Public Methods
 NameDescription
Public MethodAddTabAdds a tab to the collection.  
Public MethodClearClears all tabs from the collection  
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodContainsOverloaded. Returns if the top stop is in the collection  
Public MethodCopyToCopies the tabStops into an array  
Public MethodGetEnumeratorReturns an object that can enumarate all the tab stops in the collection  
Public MethodIndexOfTabPositionReturns the index of the tab position in the collection  
Public MethodRemoveTabRemoves the tab  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodTryGetTabTries to get a tab stop at a specific position  
See Also