TreeView for WinForms | ComponentOne
C1.Framework Namespace / XViewLight Class / SuperTooltip Property

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