Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / Selected Property


In This Topic
    Selected Property (GroupShape)
    In This Topic
    Gets or sets a value indicating whether this instance is selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Selected As Boolean
    'Usage
     
    
    Dim instance As GroupShape
    Dim value As Boolean
     
    value = instance.Selected
    public bool Selected {get;}

    Property Value

    true if this instance is selected; otherwise, false.
    See Also