LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

CanUnlock Property

Show in webframe
Gets a value that indicates whether the object currently being edited (selected) can be unlocked.
Syntax
get_canUnlock();
Object.defineProperty('canUnlock');

Property Value

TypeDescription
booleantrue if the object currently being edited (selected) can be unlocked; otherwise, it is false.
Remarks

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.

Example

For an example, refer to Lock.

See Also

Reference

AnnAutomation Object
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.