Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration.
- text
- A string containing the new ToolTip text.
- window
- The System.Windows.Forms.Control to display the ToolTip for.
- duration
- An int containing the duration, in milliseconds, to display the ToolTip.
The ToolTip is positioned in the center of the associated control represented by the win parameter. To display the ToolTip modally, call the ToolTip.Show(string, IWin32Window) 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.