- control
- The System.Windows.Forms.Control for which to retrieve the System.Windows.Forms.ToolTip text.
A string containing the ToolTip text for the specified control.
With the ToolTip.GetToolTip(Control) method, you can retrieve the ToolTip text for any control. If the ToolTip text changes dynamically in an application, you can use this method to find out what text is displayed at any point, depending on the state of the application. To change the text that a control is displaying, use the ToolTip.SetToolTip(Control, string) method.