SuperTooltip Property (XViewLight)
In This Topic
Gets or sets the external instance of C1SuperTooltip class used to display tooltips for inner elements.
Syntax
'Declaration
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("XView.SuperTooltip", "The external instance of C1SuperTooltip class used to display tooltips for inner elements.")>
<TypeConverterAttribute(w)>
<DefaultValueAttribute("")>
Protected Property SuperTooltip As C1SuperTooltipBase
[C1Category("Behavior")]
[C1Description("XView.SuperTooltip", "The external instance of C1SuperTooltip class used to display tooltips for inner elements.")]
[TypeConverter(w)]
[DefaultValue("")]
protected C1SuperTooltipBase SuperTooltip {get; set;}
See Also