[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl.Enabled

Enabled Property

Enabled

Gets or sets whether the control is enabled.

Not supported by the *.ssjson format.

Declaration
bool Enabled { get; set; }
Property Enabled As Boolean
Examples
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30);
control.Enabled = false;
bool enabled = control.Enabled;