EnableFileInfoModeless Property

Summary
Gets or sets a value that indicates whether the File Info dialog will show modeless.
Syntax
C#
C++/CLI
public bool EnableFileInfoModeless { get; set; } 
public: 
property bool EnableFileInfoModeless { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true if the File Info dialog will show modeless, otherwise; false. Default value is false.

Remarks

If the value of this property is true, then the File Info dialog will show modeless, i.e., the user can still select the main open dialog even though the File Info dialog is opened. Otherwise, the dialog will show as a standard Windows modal dialog.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.