ComponentOne Windows 7 Control Pack for WinForms
WindowTitle Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : WindowTitle Property
Gets or sets the string to be used for the task dialog title.
Syntax
<LocalizableAttribute(True)>
<DefaultValueAttribute()>
<C1DescriptionAttribute("String to be used for the task dialog title.")>
<C1CategoryAttribute("Captions")>
Public Property WindowTitle As String
Dim instance As C1TaskDialog
Dim value As String
 
instance.WindowTitle = value
 
value = instance.WindowTitle
[Localizable(true)]
[DefaultValue()]
[C1Description("String to be used for the task dialog title.")]
[C1Category("Captions")]
public string WindowTitle {get; set;}
[Localizable(true)]
[DefaultValue()]
[C1Description("String to be used for the task dialog title.")]
[C1Category("Captions")]
public:
property String^ WindowTitle {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members