Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / IsAlive Property


In This Topic
    IsAlive Property
    In This Topic
    Gets a boolean value indicating whether this drawing object is available to process.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAlive As Boolean
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As Boolean
     
    value = instance.IsAlive
    public bool IsAlive {get;}

    Property Value

    true if this drawing object is available to process; otherwise, false.
    See Also