Gets and sets an indicator whether an annotation element can be selected or moved by a user in Edit mode.
'Declaration
Public Property Locked As Boolean
'Usage
Dim instance As Element
Dim value As Boolean
instance.Locked = value
value = instance.Locked
public bool Locked {get; set;}
public: __property bool get_Locked();
public: __property void set_Locked(
bool value
);
public:
property bool Locked {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true when the element is locked and cannot be selected or moved by a user in Edit mode. Otherwise, false is returned.