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

RedactionRealizePassword Property

Example 





Gets or sets the password used for realization of AnnRedactionObject objects. .NET support Silverlight support
Syntax
public string RedactionRealizePassword {get; set;}
'Declaration
 
Public Property RedactionRealizePassword As String
'Usage
 
Dim instance As AnnAutomationManager
Dim value As String
 
instance.RedactionRealizePassword = value
 
value = instance.RedactionRealizePassword
public string RedactionRealizePassword {get; set;}
 get_RedactionRealizePassword();
set_RedactionRealizePassword(value);
public:
property String^ RedactionRealizePassword {
   String^ get();
   void set (    String^ value);
}

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
Copy CodeCopy Code  
Private Sub AnnAutomationManager_RedactionRealizePassword(ByVal manager As AnnAutomationManager)
   manager.RedactionRealizePassword = "Leadtools"
End Sub
private void AnnAutomationManager_RedactionRealizePassword(AnnAutomationManager manager)
{
   manager.RedactionRealizePassword = "Leadtools";
}
private void AnnAutomationManager_RedactionRealizePassword(AnnAutomationManager manager)
{
   manager.RedactionRealizePassword = "Leadtools";
}
Private Sub AnnAutomationManager_RedactionRealizePassword(ByVal manager As AnnAutomationManager)
   manager.RedactionRealizePassword = "Leadtools"
End Sub
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

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices

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