ShowToolTip(String,Control,Int32,Int32,Int32) Method
In This Topic
Shows the rich tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time.
Syntax
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.
- duration
- Duration of the tooltip, in milliseconds.
See Also