TextToolTipService::SetToolTipText Method (FrameworkElement^, String^)

 

Sets the ToolTipText attribute to the specified value for the given element.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void SetToolTipText(
	FrameworkElement^ element,
	String^ value
)

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.

Return to top
Show: