InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / SuperTooltip Property

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