Show(String,ToolStripItem,Int32) Method
In This Topic
Shows the tooltip with the specified text, for the specified
System.Windows.Forms.ToolStripItem, 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.
- duration
- Duration of the tooltip, in milliseconds.
See Also