ComponentOne InputPanel for WinForms
ShowToolTip(String,Control,Point) Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class > ShowToolTip Method : ShowToolTip(String,Control,Point) Method
Text to be displayed in the tooltip.
System.Windows.Forms.Control that the tooltip is associated with.
System.Drawing.Point relative to the control where the tooltip is to be displayed.
Shows the rich tooltip with the specified text, for the specified control, at the specified position.
Syntax
'Declaration
 
Public Overloads Sub ShowToolTip( _
   ByVal text As System.String, _
   ByVal control As System.Windows.Forms.Control, _
   ByVal pt As System.Drawing.Point _
) 
public void ShowToolTip( 
   System.string text,
   System.Windows.Forms.Control control,
   System.Drawing.Point pt
)

Parameters

text
Text to be displayed in the tooltip.
control
System.Windows.Forms.Control that the tooltip is associated with.
pt
System.Drawing.Point relative to the control where the tooltip is to be displayed.
See Also

Reference

C1InputPanel Class
C1InputPanel Members
Overload List