ToolTipService.SetToolTip(DependencyObject, Object) Method

Definition

Sets the value of the ToolTipService.ToolTip XAML attached property.

C#
public static void SetToolTip(DependencyObject element, object value);

Parameters

element
DependencyObject

The object to set tooltip content on.

value
Object

The value to set for tooltip content.

Remarks

A ToolTip must be assigned to another UI element that is its owner. In Extensible Application Markup Language (XAML), use the ToolTipService.Tooltip attached property to assign the ToolTip to an owner. In code, use the ToolTipService.SetToolTip method to assign the ToolTip to an owner.

See ToolTipService.ToolTip or ToolTip to learn more about the object content or text that is appropriate to use as tooltip content.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also