C1.Win.C1InputPanel.4.8 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.

In This Topic
ShowToolTip(InputComponent,Point) 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 pt As Point _
) 
 

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