InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ShowToolTip Method / ShowToolTip(InputComponent,Int32,Int32) Method
InputComponent that the tooltip is associated with.
X coordinate relative to a C1InputPanel where the tooltip is to be displayed.
Y coordinate relative to a C1InputPanel where the tooltip is to be displayed.

In This Topic
    ShowToolTip(InputComponent,Int32,Int32) Method
    In This Topic
    Shows the rich tooltip for the specified InputComponent, at the specified position.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowToolTip( _
       ByVal inputComponent As InputComponent, _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    public void ShowToolTip( 
       InputComponent inputComponent,
       int x,
       int y
    )

    Parameters

    inputComponent
    InputComponent that the tooltip is associated with.
    x
    X coordinate relative to a C1InputPanel where the tooltip is to be displayed.
    y
    Y coordinate relative to a C1InputPanel where the tooltip is to be displayed.
    See Also