Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / ContainsSelectedChild Method


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