FileDialog.ShowSave() Method
Shows the system's Save File dialog
Syntax
FileDialog.ShowSave()
The method syntax has these parts:
Part |
Description |
Return (Boolean) |
True if OK clicked, False if Cancel clicked. |
Remarks
If CancelError is set to true, generates a trappable error if the user clicks the Cancel button.
Copyright © 2000-2016, Robert B. Denny, Mesa, AZ