←Select platform

Password Property

Summary

Gets and sets the password to be used when loading encrypted files.

Syntax

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

Property Value

The password to be used when loading encrypted files.

Example

Refer to RasterOpenDialog example.

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.WinForms.CommonDialogs.File Assembly