Ungroups this
GwxGroup. Specifically, the child
GwxElement objects contained in this object are moved
to the parent of this object, and this object is removed from the
document.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void UnGroup(
bool selectChildrenAfterUngroup
) |
Visual Basic |
---|
Public Sub UnGroup ( _
selectChildrenAfterUngroup As Boolean _
) |
JScript |
---|
public function UnGroup(
selectChildrenAfterUngroup : boolean
) |
Parameters
- selectChildrenAfterUngroup
- Type: System..::..Boolean
True to select the former children of this object after it has been ungrouped.
See Also