LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

EnableFileInfoModeless Property






Gets or sets a value that indicates whether the File Info dialog will show modeless.
Syntax
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
public bool EnableFileInfoModeless {get; set;}
 get_EnableFileInfoModeless();
set_EnableFileInfoModeless(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.