TextToolTipService.GetToolTipText(FrameworkElement) Method

Definition

Gets the ToolTipText of the specified element.

public:
 static System::String ^ GetToolTipText(System::Windows::FrameworkElement ^ element);
public static string GetToolTipText (System.Windows.FrameworkElement element);
static member GetToolTipText : System.Windows.FrameworkElement -> string
Public Shared Function GetToolTipText (element As FrameworkElement) As String

Parameters

element
FrameworkElement

The element to get the text for.

Returns

Returns the ToolTipText of the specified element.

Applies to