[]
Gets or sets whether the control is locked.
Not supported by the *.ssjson and *.sjs format.
bool Locked { get; set; }
Property Locked As Boolean
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30);
control.Locked = true;
bool locked = control.Locked;