ToolTip::Show Method
Sets the text associated with a ToolTip, and then displays it.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Show(String^, IWin32Window^) | Sets the ToolTip text associated with the specified control, and displays the ToolTip modally. |
![]() | 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^, 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. |
![]() | 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^, 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. |
