←Select platform

EnableFileInfoModeless Property

Summary

Gets or sets a value that indicates whether the File Info dialog will show modeless.

Syntax

C#
VB
C++
public bool EnableFileInfoModeless { get; set; } 
  
Public Property EnableFileInfoModeless As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly