[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl.Locked

Locked Property

Locked

Gets or sets whether the control is locked.

Not supported by the *.ssjson and *.sjs format.

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