Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IFormControl Interface / Enabled Property


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