←Select platform

RedactionRealizePassword Property

Summary

Gets or sets the password used for realization of AnnRedactionObject objects.

Syntax

C#
VB
C++
public string RedactionRealizePassword {get; set;}
Public Property RedactionRealizePassword As String
public: 
property String^ RedactionRealizePassword { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The password used for realization of AnnRedactionObject objects.

Remarks

When an AnnRedactionObject is realized through the user interface in design time, the object will automatically be locked by calling AnnObject.Lock with this value as the password. This will prevent the user from accidentally moving the realized AnnRedactionObject. The user has to manually unlock the object either by using the user interface or programmatically by calling AnnObject.Unlock with this property value as the password

You can disable this feature by setting this property to an empty string.

This property is disabled by default.

Example

This example sets "Leadtools" as the password used for automatically locking realized redaction objects.

C#
VB
Silverlight C#
Silverlight VB
Imports Leadtools.Windows.Controls 
Imports Leadtools.Windows.Annotations 
 
Private Sub AnnAutomationManager_RedactionRealizePassword(ByVal manager As AnnAutomationManager) 
   manager.RedactionRealizePassword = "Leadtools" 
End Sub 
using Leadtools.Windows.Controls; 
using Leadtools.Windows.Annotations; 
using Leadtools.Demos; 
using Leadtools.Help; 
 
private void AnnAutomationManager_RedactionRealizePassword(AnnAutomationManager manager) 
{ 
   manager.RedactionRealizePassword = "Leadtools"; 
} 
using Leadtools.Windows.Controls; 
using Leadtools.Windows.Annotations; 
using Leadtools.Examples; 
using Leadtools.Silverlight.Demos; 
 
private void AnnAutomationManager_RedactionRealizePassword(AnnAutomationManager manager) 
{ 
   manager.RedactionRealizePassword = "Leadtools"; 
} 
Imports Leadtools.Windows.Controls 
Imports Leadtools.Windows.Annotations 
Imports Leadtools.Silverlight.Demos 
 
Private Sub AnnAutomationManager_RedactionRealizePassword(ByVal manager As AnnAutomationManager) 
   manager.RedactionRealizePassword = "Leadtools" 
End Sub 

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Windows.Annotations Assembly
Click or drag to resize