LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

IsLocked Property (AnnObject)






Gets a value that indicates whether this AnnObject is locked. .NET support Silverlight support
Syntax
public bool IsLocked {get;}
'Declaration
 
Public ReadOnly Property IsLocked As Boolean
'Usage
 
Dim instance As AnnObject
Dim value As Boolean
 
value = instance.IsLocked
public bool IsLocked {get;}
 get_IsLocked(); 
public:
property bool IsLocked {
   bool get();
}

Property Value

true if this AnnObject is currently locked; false otherwise.
Remarks

Only unlocked objects can be locked. If an object is already locked, it will stay locked with its original password. You must pass the same password to Unlock to unlock this AnnObject.

An object must be unlocked in order to change that object in automated mode.

For more information, refer to Implementing WPF Annotation Security.

Example

For C#/VB examples, refer to Lock.

Requirements

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

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.