Class SaveFileDialog
Prompts the user to select a location for saving a file.
[ControlCategory("Dialogs")]
public class SaveFileDialog : FileDialog, IBaseObject, IDisposableObject, IDisposable
- Inheritance
-
SaveFileDialog
- Implements
Fields
- Default
Gets default SaveFileDialog instance.
Properties
- AllowNullFileName
Gets or sets whether an empty file name is allowed when dialog result is Accepted.
- Handler
Gets dialog handler.
- OverwritePrompt
Gets or sets prompt for a confirmation if a file will be overwritten.
Methods
- CreateHandler()
Creates dialog handler.
- ShowModal(Window?)
Runs a common dialog window with the specified owner.