Tooltip Property (C1ThumbButton)
Gets or sets a tooltip associated with the
C1ThumbButton.
[DefaultValue("")]
[Localizable(true)]
[C1Category("Appearance")]
[C1Description("C1ThumbButton.Tooltip", "Tooltip associated with the thumbnail button.")]
public string Tooltip {get; set;}
'Declaration
<DefaultValueAttribute("")>
<LocalizableAttribute(True)>
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("C1ThumbButton.Tooltip", "Tooltip associated with the thumbnail button.")>
Public Property Tooltip As String