ComponentOne Windows 7 Control Pack for WinForms
Tooltip Property (C1JumpLink)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpLink Class : Tooltip Property
Gets or sets the custom tooltip for the link in the Jump List.
Syntax
<LocalizableAttribute(True)>
<C1DescriptionAttribute("A custom tooltip for the link in the Jump List.")>
<DefaultValueAttribute()>
<C1CategoryAttribute("表示")>
Public Property Tooltip As String
Dim instance As C1JumpLink
Dim value As String
 
instance.Tooltip = value
 
value = instance.Tooltip
[Localizable(true)]
[C1Description("A custom tooltip for the link in the Jump List.")]
[DefaultValue()]
[C1Category("表示")]
public string Tooltip {get; set;}
[Localizable(true)]
[C1Description("A custom tooltip for the link in the Jump List.")]
[DefaultValue()]
[C1Category("表示")]
public:
property String^ Tooltip {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1JumpLink Class
C1JumpLink Members