'Declaration
Public Function GetSelectedChilds() As Shape()
'Usage
Dim instance As GroupShape Dim value() As Shape value = instance.GetSelectedChilds()
public Shape[] GetSelectedChilds()
Return Value
All decendent child shapes.
'Declaration
Public Function GetSelectedChilds() As Shape()
'Usage
Dim instance As GroupShape Dim value() As Shape value = instance.GetSelectedChilds()
public Shape[] GetSelectedChilds()