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



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ThumbButton Class : Tooltip Property
Gets or sets a tooltip associated with the C1ThumbButton.
Syntax
<C1DescriptionAttribute("Tooltip associated with the thumbnail button.")>
<DefaultValueAttribute()>
<C1CategoryAttribute("表示")>
<LocalizableAttribute(True)>
Public Property Tooltip As String
Dim instance As C1ThumbButton
Dim value As String
 
instance.Tooltip = value
 
value = instance.Tooltip
[C1Description("Tooltip associated with the thumbnail button.")]
[DefaultValue()]
[C1Category("表示")]
[Localizable(true)]
public string Tooltip {get; set;}
[C1Description("Tooltip associated with the thumbnail button.")]
[DefaultValue()]
[C1Category("表示")]
[Localizable(true)]
public:
property String^ Tooltip {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1ThumbButton Class
C1ThumbButton Members