If the SimplifiedParamsDialogs property is True (the default), the "Advanced" button of open/save dialogs will show a simplified set of parameters.

Warning: the default is True, to allow old style "advanced" dialogs set it to False.

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

Syntax

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

See Also