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


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