Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ToolTipService.GetToolTip(DependencyObject) 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 value of the ToolTipService.ToolTip XAML attached property for an object.

public:
 static Platform::Object ^ GetToolTip(DependencyObject ^ element);
 static IInspectable GetToolTip(DependencyObject const& element);
public static object GetToolTip(DependencyObject element);
function getToolTip(element)
Public Shared Function GetToolTip (element As DependencyObject) As Object

Parameters

element
DependencyObject

The object from which the property value is read.

Returns

Object

Platform::Object

IInspectable

The object's tooltip content.

Applies to

See also


Feedback

Was this page helpful?