ComponentOne InputPanel for WinForms
ShowToolTip(InputComponent,Point) Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class > ShowToolTip Method : ShowToolTip(InputComponent,Point) Method
InputComponent that the tooltip is associated with.
System.Drawing.Point relative to a C1InputPanel where the tooltip is to be displayed.
Shows the rich tooltip for the specified InputComponent, at the specified position.
Syntax
'Declaration
 
Public Overloads Sub ShowToolTip( _
   ByVal inputComponent As InputComponent, _
   ByVal pt As System.Drawing.Point _
) 
public void ShowToolTip( 
   InputComponent inputComponent,
   System.Drawing.Point pt
)

Parameters

inputComponent
InputComponent that the tooltip is associated with.
pt
System.Drawing.Point relative to a C1InputPanel where the tooltip is to be displayed.
See Also

Reference

C1InputPanel Class
C1InputPanel Members
Overload List