Version

RichTextListCollection Class Members

The following tables list the members exposed by RichTextListCollection.

Public Constructors
 NameDescription
Public ConstructorRichTextListCollection ConstructorConstructor. Initializes a new instance of RichTextListCollection.  
Public Properties
 NameDescription
Public PropertyCountGets the number of items in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextList>)
Public PropertyIsReadOnlyIndicates if the collection is readonly. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextList>)
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyItemGets the item with the specified id. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextList>)
Public Methods
 NameDescription
Public MethodAddAdds the specified item to the collection. If the item already exists in the collection then this method does nothing. If a different item with the same id exists in the collection then raises an exception. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextList>)
Public MethodClearRemoves all items from the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextList>)
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodContainsOverloaded. Indicates whether an item with the specified id exists in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextList>)
Public MethodCopyToCopies all the items of the collection into the specified array. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextList>)
Public MethodGetEnumeratorGets the enumerator used for enumerating all the items in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextList>)
Public MethodRemoveOverloaded. Removes item with the specified id from the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectKeyedCollectionBase<RichTextList>)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also