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: