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

In This Topic
    Tooltip Property (C1JumpTask)
    In This Topic
    Gets or sets the custom tooltip for the task in the Jump List.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1JumpTask.Tooltip", "A custom tooltip for the task in the Jump List.")>
    <DefaultValueAttribute("")>
    <C1CategoryAttribute("Appearance")>
    <LocalizableAttribute(True)>
    Public Property Tooltip As String
    [C1Description("C1JumpTask.Tooltip", "A custom tooltip for the task in the Jump List.")]
    [DefaultValue("")]
    [C1Category("Appearance")]
    [Localizable(true)]
    public string Tooltip {get; set;}
    See Also