Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Locked Property


In This Topic
Locked Property (DrawingObject)
In This Topic
Gets or sets a value indicating whether the specified drawing object can be modified when the sheet that contains it is protected.
Syntax
'Declaration
 
Public Property Locked As Boolean
 
'Usage
 
Dim instance As DrawingObject
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked

Property Value

true if the specified drawing object cannot be modified; otherwise, false.
See Also