![]() |
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 : CanUnlock Property |
public virtual bool CanUnlock {get;}
'Declaration
Public Overridable ReadOnly Property CanUnlock As Boolean
public virtual bool CanUnlock {get;}
@property (nonatomic,readonly) BOOL canUnlock;
public boolean canUnlock()
get_CanUnlock();
This property value is true if an AnnObject is currently being edited (selected); in other words, CurrentEditObject property is not null and this AnnObject is currently locked (the IsLocked value of this AnnObject is true). Otherwise, this property value is false.
Use the Unlock method to unlock the object currently being edited (selected).
For more information, refer to Implementing Annotation Security.
For an example, refer to Lock.