Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICompositeShape Interface / GetSelectedChilds Method


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

    Return Value

    All decendent child shapes.
    See Also