Class SaveFileNameEditor
Provides a user interface editor that prompts the user to select a location for saving a file.
public class SaveFileNameEditor : FileNameEditor
- Inheritance
-
SaveFileNameEditor
- Inherited Members
Methods
CreateFileDialog()
Initializes the dialog box from which the user can select a location for saving a file.
protected override FileDialog CreateFileDialog()
Returns
- FileDialog
The FileDialog object which will display the dialog box from which the user can select a location for saving a file.