Class OpenFileDialog
Displays a standard dialog window that prompts the user to open a file.
[ControlCategory("Dialogs")]
public class OpenFileDialog : FileDialog, IBaseObject, IDisposableObject, IDisposable
- Inheritance
-
OpenFileDialog
- Implements
Fields
- Default
Gets default OpenFileDialog instance.
Properties
- AllowMultipleSelection
Gets or sets a value indicating whether the dialog window allows multiple files to be selected.
- FileMustExist
Gets or sets whether the user may only select files that actually exist.
- FileNames
Gets the file names of all selected files in the dialog window.
- Handler
Gets dialog handler.
Methods
- CreateHandler()
Creates dialog handler.