OpenFileDialog Class

A form control used to display a dialog box that prompts the user to open selected file(s). This class cannot be inherited.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property CheckFileExists bool True if file exists.
Public property Multiselect bool True if the OpenFileDialog allows users to select multiple files.
Public property ReadOnlyChecked bool True if the read-only check box is checked.
Public property SafeFileName string Gets the file name and extension without a path.
Public property SafeFileNames object Gets a vector of file names and extensions for all the selected files in the dialog box.
Public property ShowReadOnly bool True if the dialog box contains a read-only check box.

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

Methods
  Name Description
Public property Create() Initializes a new instance of the OpenFileDialog class.