ComponentOne Windows 7 Control Pack for WinForms
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
    [DefaultValue("")]
    [C1Description("C1TaskDialog.WindowTitle", "String to be used for the task dialog title.")]
    [Localizable(true)]
    [C1Category("Captions")]
    public string WindowTitle {get; set;}
    See Also