NoChangeDir Property
Object List Next Object
Defined By: SaveAsDialog
Description:
Prevents the OpenDialog dialog from changing the current directory when the
user presses the Ok button.
Details:
If NoChangeDir is set to False prior to displaying the OpenDialog, the current
directory for the application will be changed to coincide with the path of the
filename the user chooses. If NoChangeDir is set to True, then the current
directory will remain unchanged by the OpenDialog’s Execute method.
Data Type: Boolean