SaveFileDialog Methods

Overview | This Package | All Packages

SaveFileDialog Methods

Methods Description
getCreatePrompt Retrieves a boolean value indicating whether the dialog box prompts the user for permission to create a file if the user specifies a file that does not exist.

getOverwritePrompt Retrieves a boolean value indicating whether the Save As dialog box should display a warning if the user specifies a file name that already exists.

reset Resets all dialog box options to their default values.

setCreatePrompt Sets a boolean value indicating whether the dialog box prompts the user for permission to create a file if the user specifies a file that does not exist.

setOverwritePrompt Sets a boolean value indicating whether the Save As dialog box should display a warning if the user specifies a file name that already exists.