←Select platform

IsLocked Property

Summary

Gets a value that indicates whether this AnnObject is locked.

Syntax

C#
VB
C++
public bool IsLocked { get; } 
  
Public ReadOnly Property IsLocked As Boolean 
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

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly