Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / Active Property


In This Topic
    Active Property (WorksheetDrawing)
    In This Topic
    Gets a value indicating whether there is at least one drawing object selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Active As Boolean
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim value As Boolean
     
    value = instance.Active
    public bool Active {get;}

    Property Value

    true if there is at least one drawing object selected; otherwise, false.
    See Also