TextToolTipService.GetToolTipText(FrameworkElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.