InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ShowToolTip Method / ShowToolTip(InputComponent,Point,Int32) Method
InputComponent that the tooltip is associated with.
System.Drawing.Point relative to a C1InputPanel where the tooltip is to be displayed.
Duration of the tooltip, in milliseconds.

In This Topic
    ShowToolTip(InputComponent,Point,Int32) Method
    In This Topic
    Shows the rich tooltip for the specified InputComponent, at the specified position, for a specified amount of time.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowToolTip( _
       ByVal inputComponent As InputComponent, _
       ByVal pt As Point, _
       ByVal duration As Integer _
    ) 
    public void ShowToolTip( 
       InputComponent inputComponent,
       Point pt,
       int duration
    )

    Parameters

    inputComponent
    InputComponent that the tooltip is associated with.
    pt
    System.Drawing.Point relative to a C1InputPanel where the tooltip is to be displayed.
    duration
    Duration of the tooltip, in milliseconds.
    See Also