If this is set to false, the standard Windows dialogs will be used. Default is False.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool UseWindowsOpenSaveDialogs { get; set; }
Public Shared Property UseWindowsOpenSaveDialogs As Boolean
	Get
	Set
public:
static property bool UseWindowsOpenSaveDialogs {
	bool get ();
	void set (bool value);
}

See Also