| TaskDialogWindowTitle Property |
Gets or sets the window title of the task dialog.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string WindowTitle { get; set; }
Public Property WindowTitle As String
Get
Set
public:
property String^ WindowTitle {
String^ get ();
void set (String^ value);
}
member WindowTitle : string with get, set
Property Value
Type:
String
The window title of the task dialog. The default is an empty string ("").
See Also