System.Windows.Forms.ToolTip.Show Method

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

Syntax

public void Show (string text, IWin32Window window, System.Drawing.Point point, int duration)

Parameters

text
A string containing the new ToolTip text.
window
The System.Windows.Forms.Control to display the ToolTip for.
point
A System.Drawing.Point containing the offset, in pixels, relative to the upper-left corner of the associated control window, to display the ToolTip.
duration
An int containing the duration, in milliseconds, to display the ToolTip.

Remarks

The pt parameter can specify a position outside the bounds of the associated control, its parent form, or even the desktop. The ToolTip is positioned in the center of the associated control. To display the ToolTip modally, call the ToolTip.Show(string, IWin32Window, System.Drawing.Point) overloaded version of this method instead.

Applications running in partial trust must assert the System.Security.Permissions.UIPermissionWindow.AllWindows permission to use this method, as erload:System.Windows.Forms.ToolTip.Show can control the display and location of a ToolTip independent of user action.

Requirements

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