Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / GetSelectedChilds Method


In This Topic
GetSelectedChilds Method
In This Topic
Gets all decendent child shapes.
Syntax
'Declaration
 
Public Function GetSelectedChilds() As Shape()
 
'Usage
 
Dim instance As GroupShape
Dim value() As Shape
 
value = instance.GetSelectedChilds()

Return Value

All decendent child shapes.
See Also