xtd 0.2.0
Loading...
Searching...
No Matches

◆ title() [2/2]

virtual file_dialog & xtd::forms::file_dialog::title ( const xtd::string value)
virtual

Sets the file dialog box title.

Parameters
valueThe file dialog box title. The default value is an empty string ("").
Returns
Current file_dialog.
Remarks
The string is placed in the title bar of the dialog box. If the title is an empty string, the system uses a default title, which is either "Save As" or "Open".