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