Accusoft.NotateXpress13.Net
Locked Property (Element)




Gets and sets an indicator whether an annotation element can be selected or moved by a user in Edit mode.
Syntax
'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.
Remarks
The default value is false.
See Also

Reference

Element Class
Element Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback