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