'Declaration
Public Overloads Sub ShowToolTip( _
ByVal text As System.String, _
ByVal control As System.Windows.Forms.Control, _
ByVal x As System.Integer, _
ByVal y As System.Integer, _
ByVal duration As System.Integer _
)
public void ShowToolTip(
System.string text,
System.Windows.Forms.Control control,
System.int x,
System.int y,
System.int duration
)
Parameters
text
Text to be displayed in the tooltip.
control
System.Windows.Forms.Control that the tooltip is associated with.
x
X coordinate relative to the control where the tooltip is to be displayed.
y
Y coordinate relative to the control where the tooltip is to be displayed.