ToolTip.Show Method
.NET Framework 4.5
Sets the text associated with a ToolTip, and then displays it.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Show(String, IWin32Window) | Sets the ToolTip text associated with the specified control, and displays the ToolTip modally. |
|
Show(String, IWin32Window, Point) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position. |
|
Show(String, IWin32Window, Int32) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration. |
|
Show(String, IWin32Window, Point, Int32) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration at the specified relative position. |
|
Show(String, IWin32Window, Int32, Int32) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position. |
|
Show(String, IWin32Window, Int32, Int32, Int32) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration at the specified relative position. |