NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileDialog.Title

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);

Property Value

A string containing the file dialog box title. The default value is an empty string ("").

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".

See Also

FileDialog Class | FileDialog Members | System.WinForms Namespace