InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ResubscribeTooltip Method

In This Topic
    ResubscribeTooltip Method (C1InputPanel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub ResubscribeTooltip( _
       ByVal oldTooltip As C1SuperTooltipBase, _
       ByVal newTooltip As C1SuperTooltipBase _
    ) 
    protected override void ResubscribeTooltip( 
       C1SuperTooltipBase oldTooltip,
       C1SuperTooltipBase newTooltip
    )

    Parameters

    oldTooltip
    newTooltip
    See Also