Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanLock Property |
public virtual bool CanLock {get;}
'Declaration
Public Overridable ReadOnly Property CanLock As Boolean
public virtual bool CanLock {get;}
@property (nonatomic,readonly) BOOL canLock;
public boolean canLock()
get_CanLock();
This property value is true if an AnnObject is currently being edited (selected); in other words, CurrentEditObject is not null and also this AnnObject is not currently locked (the IsLocked value of this AnnObject is false). Otherwise, this property value is false.
Use the Lock method to lock the object currently being edited (selected).
For more information, refer to Implementing Annotation Security.