Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / GetSelectedChilds Method


In This Topic
    GetSelectedChilds Method (GroupShape)
    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()
    public Shape[] GetSelectedChilds()

    Return Value

    All decendent child shapes.
    See Also