ToolTip::Show Method (String^, IWin32Window^)
Sets the ToolTip text associated with the specified control, and displays the ToolTip modally.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- text
-
Type:
System::String^
A String containing the new ToolTip text.
- window
-
Type:
System.Windows.Forms::IWin32Window^
The Control to display the ToolTip for.
| Exception | Condition |
|---|---|
| ArgumentNullException | The window parameter is null. |
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 closed. The ToolTip is positioned in the center of the associated control.
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.
Requires AllWindows permission.
Available since 2.0