Show Method (C1SuperTooltipBase)
In This Topic
Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time.
Overload List
Overload | Description |
Show(String,Control,Point,Int32) | Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time. |
Show(String,Control,Int32,Int32,Int32) | Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time. |
Show(String,Control,Int32) | Shows the tooltip with the specified text, for the specified control, for a specified amount of time. |
Show(String,Control,Point) | Shows the tooltip with the specified text, for the specified control, at the specified position. |
Show(String,Control,Int32,Int32) | Shows the tooltip with the specified text, for the specified control, at the specified position. |
Show(String,Control) | Shows the tooltip with the specified text for the specified control. |
Show(String,ToolStripItem,Point,Int32) | Shows the tooltip with the specified text, for the specified System.Windows.Forms.ToolStripItem, at the specified position, for a specified amount of time. |
Show(String,ToolStripItem,Int32,Int32,Int32) | Shows the tooltip with the specified text, for the specified System.Windows.Forms.ToolStripItem, at the specified position, for a specified amount of time. |
Show(String,ToolStripItem,Int32) | Shows the tooltip with the specified text, for the specified System.Windows.Forms.ToolStripItem, for a specified amount of time. |
Show(String,ToolStripItem,Point) | Shows the tooltip with the specified text, for the specified System.Windows.Forms.ToolStripItem, at the specified position. |
Show(String,ToolStripItem,Int32,Int32) | Shows the tooltip with the specified text, for the specified System.Windows.Forms.ToolStripItem, at the specified position. |
Show(String,ToolStripItem) | Shows the tooltip with the specified text for the specified System.Windows.Forms.ToolStripItem. |
See Also