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


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

    Property Value

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