WindowTitle Property (C1TaskDialog)
In This Topic
Gets or sets the string to be used for the task dialog title.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1TaskDialog.WindowTitle", "String to be used for the task dialog title.")>
<LocalizableAttribute(True)>
<C1CategoryAttribute("Captions")>
Public Property WindowTitle As String
[DefaultValue("")]
[C1Description("C1TaskDialog.WindowTitle", "String to be used for the task dialog title.")]
[Localizable(true)]
[C1Category("Captions")]
public string WindowTitle {get; set;}
See Also