Error processing SSI file
(Leadtools.Annotations.Automation)

Show in webframe

CanLock Property






Gets a value that indicates whether the object currently being edited (selected) can be locked.
Syntax
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(); 

Property Value

true 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.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

Error processing SSI file
  Leadtools.Annotations.Automation requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features