Gets whether or not this compound action is in a state that can recieve child actions.
[Visual Basic] Function CanAddChildren() As Boolean [C#] bool CanAddChildren(); [C++] bool CanAddChildren() = 0; [JScript] function CanAddChildren() : Boolean;
true if children can be added; otherwise false.
ICompoundActionUnit Interface | ICompoundActionUnit Members | System.ComponentModel.Design Namespace | Add