ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1StatusBar Class / ResubscribeTooltip Method

In This Topic
    ResubscribeTooltip Method (C1StatusBar)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub ResubscribeTooltip( _
       ByVal oldTooltip As C1.Win.C1SuperTooltip.C1SuperTooltipBase, _
       ByVal newTooltip As C1.Win.C1SuperTooltip.C1SuperTooltipBase _
    ) 
    protected override void ResubscribeTooltip( 
       C1.Win.C1SuperTooltip.C1SuperTooltipBase oldTooltip,
       C1.Win.C1SuperTooltip.C1SuperTooltipBase newTooltip
    )

    Parameters

    oldTooltip
    newTooltip
    See Also