←Select platform

Unlock Method

Summary

Unlocks the object(s) currently being edited (selected).

Syntax

C#
VB
C++
public virtual void Unlock() 
  
Public Overridable Sub Unlock()  
public: 
virtual void Unlock();  

Remarks

Use the CanUnlock property to determine whether you can currently call this method.

This method opens the AnnAutomationManager.PasswordDialogType form and uses the value entered in this dialog as the password to AnnObject.Unlock.

If the AnnAutomationManager.PasswordDialogType value is null (Nothing in VB), this method will not do anything.

For more information, refer to Implementing Annotation Security. (Deprecated).

Example

For an example, refer to Lock.

Requirements

Target Platforms

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

Leadtools.Annotations Assembly