SaveDialog
Properties
- Caption As String
- Sets/Returns the caption of the dialog box.
- DefaultExtension As String
- Sets the default extension used if none is specified.
- FileName As String
- Sets the default filename/Returns the selected filename.
- Filters As Filters
- Returns the collection of filters shown in the "file types" dropdown list.
- PromptOverwrite As Boolean
- Sets/Returns the whether the user will be prompted to overwrite an existing file.
Methods
- Show([Owner As Object]) As Boolean
- Shows the dialog box. Returns False if the dialog is cancelled
- Optional Owner As Object
- Specifies the parent of the dialog box.