ToolTip::Hide Method (IWin32Window^)
.NET Framework (current version)
Hides the specified ToolTip window.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- win
-
Type:
System.Windows.Forms::IWin32Window^
The IWin32Window of the associated window or control that the ToolTip is associated with.
| Exception | Condition |
|---|---|
| ArgumentNullException | win is null. |
The Hide method hides the ToolTip for the specified Control if it is currently being displayed. It does not disable or otherwise prevent the same ToolTip from being displayed in the future. To instead disable all ToolTip windows associated with the current ToolTipTitle component, set the Active property to false.
Applications running in partial trust must assert the AllWindows permission to use this method, as Hide can hide the tip independent of user action.
UIPermission
Requires AllWindows permission.
.NET Framework
Available since 2.0
Available since 2.0
Show: