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