Removes a child item from this compound action.
[Visual Basic] Sub Remove( _ ByVal childAction As IActionUnit _ ) [C#] void Remove( IActionUnit childAction ); [C++] void Remove( IActionUnit* childAction ) = 0; [JScript] function Remove( childAction : IActionUnit );
Exception Type | Condition |
---|---|
ArgumentException | The child to remove is not a child of the compound action. |
If this action is not the parent of the child action, an ArgumentException is thrown.
ICompoundActionUnit Interface | ICompoundActionUnit Members | System.ComponentModel.Design Namespace