ToolTip.Show Method (String, IWin32Window, Point)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
public void Show ( String text, IWin32Window window, Point point )
public function Show ( text : String, window : IWin32Window, point : Point )
Not applicable.
Parameters
- text
A String containing the new ToolTip text.
- window
The Control to display the ToolTip for.
- point
A Point containing the offset, in pixels, relative to the upper-left corner of the associated control window, to display the ToolTip.
The pt parameter can specify a position outside the bounds of the associated control, its parent form, or even the desktop. The version of the Show method displays the ToolTip for the specified control modally; that is, the ToolTip will be displayed until the Hide method is called, or until the parent form is minimized, hidden, or dismissed.
Applications running in partial trust must assert the AllWindows permission to use this method, as Show can control the display and location of a ToolTip independent of user action.
- UIPermission Requires AllWindows permission.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.