CaptionsArrayList Class Members
In This Topic
The following tables list the members exposed by CaptionsArrayList.
Public Constructors
Public Properties
| Name | Description |
 | Count | Gets the number of captions in the array. |
 | Item | Gets the caption at the specified index within the array. |
 | List | Gets or sets a list of captions. |
Top
Public Methods
| Name | Description |
 | Add | Adds a caption to the array and returns its index. |
 | Clear | Clears all the captions. |
 | Clone | Creates a copy of a list. |
 | Find | Finds a caption in the array that matches the specified name. |
 | GetEnumerator | Overloaded. Gets the enumerator at the specified position. |
 | Remove | Removes a caption. |
 | RemoveAt | Removes a caption at a specified position. |
Top
See Also