ComponentOne InputPanel for WinForms
ShowToolTip(InputComponent,Int32,Int32,Int32) Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class > ShowToolTip Method : ShowToolTip(InputComponent,Int32,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.
Duration of the tooltip, in milliseconds.
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 x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal duration As System.Integer _
) 
public void ShowToolTip( 
   InputComponent inputComponent,
   System.int x,
   System.int y,
   System.int duration
)

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.
duration
Duration of the tooltip, in milliseconds.
See Also

Reference

C1InputPanel Class
C1InputPanel Members
Overload List