Version

TabStopCollection Class Members

The following tables list the members exposed by TabStopCollection.

Public Constructors
 NameDescription
Public ConstructorTabStopCollection ConstructorInitializes a new instance of TabStopCollection  
Public Properties
 NameDescription
Public PropertyCountRetunrs the number of tabs in the collection  
Public PropertyIsReadOnlyReturns true if this collection has been sealed, i.e. immutable.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyItemIndexer (read-only)  
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