Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Selected Property


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

    Property Value

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