Gets or sets the text that appears in the title bar of a file dialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax . . :: . String
A String that is the text that appears in the title bar of a file dialog. The default is Empty.
Public Property Title As String
Get
Setpublic string Title { get; set; }public:
property String^ Title {
String^ get ();
void set (String^ value);
}member Title : string with get, set
<object Title="string" .../>Property Value
Type: SystemA String that is the text that appears in the title bar of a file dialog. The default is Empty.
.NET Framework Security
- FileIOPermission
to set the dialog title. Associated enumeration: Unrestricted
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.