The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ToolTip::GetToolTip Method (Control^)
.NET Framework (current version)
Retrieves the ToolTip text associated with the specified control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- control
- Type: System.Windows.Forms::Control^
With the GetToolTip 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 SetToolTip method.
.NET Framework
Available since 1.1
Available since 1.1
Show: