'Declaration Public Overloads Sub Show( _ ByVal text As String, _ ByVal item As ToolStripItem _ )
public void Show( string text, ToolStripItem item )
Parameters
- text
- Text to be displayed in the tooltip.
- item
- System.Windows.Forms.ToolStripItem that the tooltip is associated with.