[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=CommonDialog,FileDialog Info=Prompts the user to select a location for saving a file [Property] @CreatePrompt=Sets a 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.ARG(bool)|14|1|True,False @OverwritePrompt=Sets a value indicating whether the Save As dialog box displays a warning if the user specifies a file name that already exists. ARG(bool)|14|0|True,False [Methods] *doReset=Resets all dialog box options to their default values. ARG()|1|0 *CreatePrompt=Returns a 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.ARG(bool)|3|104 *OpenFile=Opens the file with read/write permission selected by the user.ARG(Stream)|3|10 *OverwritePrompt=Returns a value indicating whether the Save As dialog box displays a warning if the user specifies a file name that already exists. ARG(bool)|3|104