FileDialog Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
The button to cancel the FileDialog (see also: method).
Syntax: public
CancelButton { get; }
The text box to enter the file name (in currently shown folder) or full file path (for any other folder).
Syntax: public
FileName { get; }
The dropown below the FileName to select the file type as which the file shall be saved. Note: Currently not supported for Win7 and Win8.
Syntax: public
FileTypeDropdown { get; }
The button to open the selected file or the file from the input path (see also: method).
Syntax: public
OpenButton { get; }
A label referring to any warning dialog that might be shown after saving or opening.
The text box to enter the path for the folder to be shown. Note: Currently not supported for Win7. Use instead.
Syntax: public
Path { get; }
The button to save to the file set in the TextBox (see also: method).
Syntax: public
SaveButton { get; }
Syntax: public
Warning { get; }