Gets or sets the file dialog box title.
[Visual Basic] Public Property Title As String [C#] public string Title {get; set;} [C++] public: __property String* get_Title(); public: __property void set_Title(String*); [JScript] public function get Title() : String; public function set Title(String);
A string containing the file dialog box title. The default value is an empty string ("").
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".
FileDialog Class | FileDialog Members | System.WinForms Namespace