The methods of the ICompoundActionUnit interface are listed below. For a complete list of ICompoundActionUnit interface members, see the ICompoundActionUnit Members topic.
Add | Adds a child unit to this compound event. |
CanAddChildren | Gets whether or not this compound action is in a state that can recieve child actions. |
GetChild | Gets the child action at the specified index. |
GetChildCount | Gets the current number of child actions this compound action contains. |
GetChildren | Gets an array of the child actions, if any exist. |
Remove | Removes a child item from this compound action. |
ICompoundActionUnit Interface | System.ComponentModel.Design Namespace