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