WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / WindowTitle Property

In This Topic
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
 
See Also