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


In This Topic
    ContainsSelectedChild Method (ICompositeShape)
    In This Topic
    Gets a boolean value indicates whether there is a selected child shape.
    Syntax
    'Declaration
     
    
    Function ContainsSelectedChild() As Boolean
    'Usage
     
    
    Dim instance As ICompositeShape
    Dim value As Boolean
     
    value = instance.ContainsSelectedChild()
    bool ContainsSelectedChild()
    See Also