[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Displays a dialog box from which the user can select a file. [Property] @AddExtension=Sets a value indicating whether the dialog box automatically adds an extension to a file name if the user omits the extension. ARG(bool)|14|0|True,False @AutoUpgradeEnabled=Sets a value indicating whether this FileDialog instance should automatically upgrade appearance and behavior when running on Windows Vista. ARG(bool)|14|0|True,False @CheckFileExists=Sets a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist. ARG(bool)|14|0|True,False @CheckPathExists=Sets a value indicating whether the dialog box displays a warning if the user specifies a path that does not exist. ARG(bool)|14|0|True,False @DefaultExt=Sets the default file name extension. ARG(string)|2| @DereferenceLinks=Sets a value indicating whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut . ARG(bool)|14|0|True,False @FileName=Sets a string containing the file name selected in the file dialog box. ARG(string)|2| @Filter=Sets the current file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box. Example: «Text files (*.txt)||*.txt||All files (*.*)||*.*». ARG(string)|2| @FilterIndex=Sets the index of the filter currently selected in the file dialog box. ARG(int)|1|0 @InitialDirectory=Sets the initial directory displayed by the file dialog box. ARG(string)|2| @RestoreDirectory=Sets a value indicating whether the dialog box restores the current directory before closing. ARG(bool)|14|1|True,False @ShowHelp=Sets a value indicating whether the Help button is displayed in the file dialog box. ARG(bool)|14|1|True,False @SupportMultiDottedExtensions=Sets whether the dialog box supports displaying and saving files that have multiple file name extensions. ARG(bool)|14|1|True,False @Title=Sets the file dialog box title. ARG(string)|2| @ValidateNames=Sets a value indicating whether the dialog box accepts only valid Win32 file names. ARG(bool)|14|0|True,False [Methods] *doReset=Resets all properties to their default values. ARG()|1|0 onFileOk=Occurs when the user clicks on the Open or Save button on a file dialog box. ARG(CancelEventArgs)|2|0 *AddExtension=Returns a value indicating whether the dialog box automatically adds an extension to a file name if the user omits the extension. ARG(bool)|3|104 *AutoUpgradeEnabled=Returns a value indicating whether this FileDialog instance should automatically upgrade appearance and behavior when running on Windows Vista. ARG(bool)|3|104 *CheckFileExists=Returns a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist. ARG(bool)|3|104 *CheckPathExists=Returns a value indicating whether the dialog box displays a warning if the user specifies a path that does not exist. ARG(bool)|3|104 *CustomPlaces=Returns the custom places collection for this FileDialog instance. ARG(FileDialogCustomPlacesCollection)|3|0 *DefaultExt=Returns the default file name extension. ARG(string)|3|2 *DereferenceLinks=Returns a value indicating whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut . ARG(bool)|3|104 FileName=Returns a string containing the file name selected in the file dialog box. ARG(string)|3|2 *FileNames=Returns the file names of all selected files in the dialog box. ARG(string[])|3|13 *Filter=Returns the current file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box. ARG(string)|3|2 *FilterIndex=Returns the index of the filter currently selected in the file dialog box. ARG(int)|3|1 *InitialDirectory=Returns the initial directory displayed by the file dialog box. ARG(string)|3|2 *RestoreDirectory=Returns a value indicating whether the dialog box restores the current directory before closing. ARG(bool)|3|104 *ShowHelp=Returns a value indicating whether the Help button is displayed in the file dialog box. ARG(bool)|3|104 *SupportMultiDottedExtensions=Returns whether the dialog box supports displaying and saving files that have multiple file name extensions. ARG(bool)|3|104 *Title=Returns the file dialog box title. ARG(string)|3|2 *ValidateNames=Returns a value indicating whether the dialog box accepts only valid Win32 file names. ARG(bool)|3|104