Leadtools.Windows.Annotations Namespace > AnnAutomation Class : CanLock Property |
public virtual bool CanLock {get;}
'Declaration Public Overridable ReadOnly Property CanLock As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean value = instance.CanLock
public virtual bool CanLock {get;}
get_CanLock();
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 not currently locked (the AnnObject.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 WPF Annotation Security.
For C#/VB examples, refer to Lock.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2