Leadtools.WinForms.CommonDialogs.File Namespace > RasterOpenDialog Class : EnableFileInfoModeless Property |
public bool EnableFileInfoModeless {get; set;}
'Declaration Public Property EnableFileInfoModeless As Boolean
'Usage Dim instance As RasterOpenDialog Dim value As Boolean instance.EnableFileInfoModeless = value value = instance.EnableFileInfoModeless
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.