'Declaration
Public Property Locked As Boolean
'Usage
Dim instance As DrawingObject Dim value As Boolean instance.Locked = value value = instance.Locked
public bool Locked {get; set;}
Property Value
true
if the specified drawing object cannot be modified; otherwise, false
.