Show(String,ToolStripItem,Int32,Int32,Int32) Method
In This Topic
Shows the tooltip with the specified text, for the specified
System.Windows.Forms.ToolStripItem, at the specified position, for a specified amount of time.
Syntax
Parameters
- text
- Text to be displayed in the tooltip.
- item
- System.Windows.Forms.ToolStripItem that the tooltip is associated with.
- x
- X client coordinate where the tooltip is to be displayed.
- y
- Y client coordinate where the tooltip is to be displayed.
- duration
- Duration of the tooltip, in milliseconds.
See Also