Locked Property (DrawingObject)
Gets or sets a value indicating whether the specified drawing object can be modified when the sheet that contains it is protected.
public bool Locked {get; set;}
'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
.