TextToolTipService::SetToolTipText Method (FrameworkElement^, String^)
Visual Studio 2015
Sets the ToolTipText attribute to the specified value for the given element.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- element
-
Type:
System.Windows::FrameworkElement^
The element to set the ToolTipText attribute for.
- value
-
Type:
System::String^
The value to set the ToolTipText attribute to.
Show: