Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Retrieves the ToolTip text associated with the specified control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
String^ GetToolTip(
	Control^ control
)

Parameters

control
Type: System.Windows.Forms::Control^

The Control for which to retrieve the ToolTip text.

Return Value

Type: System::String^

A String containing the ToolTip text for the specified 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
Return to top
Show:
© 2017 Microsoft