Rich |
The RichText type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionRichTextString) | |
| Item | Gets or sets the element at the specified index. (Inherited from CollectionRichTextString) |
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionRichTextString) | |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionRichTextString) | |
| Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionRichTextString) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionRichTextString) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionRichTextString) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionRichTextString) | |
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionRichTextString) | |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionRichTextString) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionRichTextString) | |
| ToString |
Transforms an object RichText into an object String.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| IListAdd | Adds an item to the IList. (Inherited from CollectionRichTextString) | |
| IListContains | Determines whether the IList contains a specific value. (Inherited from CollectionRichTextString) | |
| ICollectionCopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from CollectionRichTextString) | |
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from CollectionRichTextString) | |
| IListIndexOf | Determines the index of a specific item in the IList. (Inherited from CollectionRichTextString) | |
| IListInsert | Inserts an item into the IList at the specified index. (Inherited from CollectionRichTextString) | |
| IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from CollectionRichTextString) | |
| ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from CollectionRichTextString) | |
| IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from CollectionRichTextString) | |
| ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from CollectionRichTextString) | |
| IListItem | Gets or sets the element at the specified index. (Inherited from CollectionRichTextString) | |
| IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from CollectionRichTextString) | |
| ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from CollectionRichTextString) |