TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / SuperTooltip Property

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