Gets or sets a value that indicates whether the File Info dialog will show modeless.
public bool EnableFileInfoModeless { get; set; }
Public Property EnableFileInfoModeless As Boolean
public:
property bool EnableFileInfoModeless {
bool get();
void set ( bool value);
}
true if the File Info dialog will show modeless, otherwise; false. Default value is false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET