Leadtools.Annotations Namespace > AnnAutomation Class : CanUnlock Property |
This property value is true if an AnnObject is currently being edited (selected); in other words, CurrentEditObject is not null (Nothing in Visual Basic) and also this AnnObject is currently locked (the AnnObject.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.