NFileDialog Class Members
In This Topic
The following tables list the members exposed by NFileDialog.
Protected Fields
| Name | Description |
  | hvYC | |
Top
Public Properties
| Name | Description |
 | FileTypes | Gets or sets the allowed file types for the file dialog. Can be set to null to indicate that all file types are allowed. |
 | FileTypesCount | Safely gets the number of file types specified with the FileTypes property. |
 | InitialDirectory | Gets or sets the initial directory displayed by the file dialog box. |
 | SelectedFilterIndex | Gets or sets the zero-based index of the selected file filter. |
 | Tag | Gets or sets an object associated with this file dialog. |
 | Title | Gets or sets the title of the file dialog. |
Top
See Also