Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ToolTip::Show Method

 

Sets the text associated with a ToolTip, and then displays it.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodShow(String^, IWin32Window^)

Sets the ToolTip text associated with the specified control, and displays the ToolTip modally.

System_CAPS_pubmethodShow(String^, IWin32Window^, Int32)

Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration.

System_CAPS_pubmethodShow(String^, IWin32Window^, Int32, Int32)

Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position.

System_CAPS_pubmethodShow(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.

System_CAPS_pubmethodShow(String^, IWin32Window^, Point)

Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position.

System_CAPS_pubmethodShow(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.

Return to top
Show:
© 2017 Microsoft