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



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

Reference

C1Thumbnail Class
C1Thumbnail Members