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


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

    Property Value

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