NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICompoundActionUnit.CanAddChildren

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;

Return Value

true if children can be added; otherwise false.

See Also

ICompoundActionUnit Interface | ICompoundActionUnit Members | System.ComponentModel.Design Namespace | Add