Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / SuperTooltip Property

In This Topic
    SuperTooltip Property (C1TextBox)
    In This Topic
    Gets or sets the external instance of C1SuperTooltip class used to display tooltips for inner elements.
    Syntax
    'Declaration
     
    
    Protected Property SuperTooltip As C1SuperTooltipBase
    protected C1SuperTooltipBase SuperTooltip {get; set;}
    See Also