ActionCollection Class Members
In This Topic
The following tables list the members exposed by ActionCollection.
Public Properties
| Name | Description |
| Count | (Inherited from System.Collections.ReadOnlyCollectionBase) |
| Item | Overloaded. Gets the specified Action from the collection by name. |
Top
Public Methods
| Name | Description |
| Contains | Determines whether the specified Action exists in the collection. |
| CopyTo | Copies the collection of Actions beginning with the specified index to the specified array of Action objects. |
| IndexOf | Gets the current index of the specified Action in the collection. |
Top
See Also