←Select platform

PasswordDialogType Property

Summary

Gets or sets the password dialog.

Syntax

C#
VB
C++
public Type PasswordDialogType { get; set; } 
  
Public Property PasswordDialogType As Type 
public: 
property Type^ PasswordDialogType { 
   Type^ get(); 
   void set (    Type^ ); 
} 

Property Value

A type of System.Windows.Window that represents the password dialog.

Remarks

This dialog appears when the user locks or unlocks objects through the user interface. You can directly manipulate the resources of this dialog (for more information, refer to Localization of LEADTOOLS for .NET WPF Annotations Automation), or set your own System.Windows.Window derived class.

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.Windows.Annotations Assembly