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