ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpTask Class / Title Property

In This Topic
    Title Property (C1JumpTask)
    In This Topic
    Gets or sets the text displayed for the task in the Jump List.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <LocalizableAttribute(True)>
    <C1DescriptionAttribute("C1JumpTask.Title", "Text displayed for the task in the Jump List.")>
    <C1CategoryAttribute("Appearance")>
    Public Property Title As String
    [DefaultValue("")]
    [Localizable(true)]
    [C1Description("C1JumpTask.Title", "Text displayed for the task in the Jump List.")]
    [C1Category("Appearance")]
    public string Title {get; set;}
    Remarks
    You can visually separate items in a Jump List by creating a C1JumpTask that does not have a Title specified. This empty C1JumpTask will be displayed as a horizontal line in the Jump List. In this case, other properties can be set, but they will not have any effect.
    See Also