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

In This Topic
    Title Property (C1JumpLink)
    In This Topic
    Gets or sets the text displayed for the link in the Jump List.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Appearance")>
    <LocalizableAttribute(True)>
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1JumpLink.Title", "Text displayed for the link in the Jump List.")>
    Public Property Title As String
    [C1Category("Appearance")]
    [Localizable(true)]
    [DefaultValue("")]
    [C1Description("C1JumpLink.Title", "Text displayed for the link in the Jump List.")]
    public string Title {get; set;}
    See Also