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



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

Reference

C1JumpTask Class
C1JumpTask Members