Locked Property (AnnotationBase)
In This Topic
Gets or sets a value indicating whether the annotation can be deleted or its properties (including position and size) can be modified by the user. However, this flag does not restrict changes to the annotation’s contents, such as the value of a form field.
Syntax
'Declaration
Public Property Locked As System.Boolean
public System.bool Locked {get; set;}
See Also