LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

CanLock Property

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

Property Value

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

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.

See Also

Reference

AnnAutomation Object
AnnAutomation Members

 

 


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