Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Enabled Property


In This Topic
    Enabled Property (DrawingObject)
    In This Topic
    Gets or sets a boolean value indicating whether the object is enabled.
    Syntax
    'Declaration
     
    
    Public Overridable Property Enabled As Boolean
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public virtual bool Enabled {get; set;}
    See Also