Error processing SSI file
(Leadtools.Annotations.Automation)

Show in webframe

CanUnlock Property






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

Property Value

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

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