This topic has not yet been rated - Rate this topic

ToolTipService.SetToolTip method

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

Syntax

Public Shared Sub SetToolTip(
  element As DependencyObject,  
  value As Object 
)

Parameters

element

Type: DependencyObject

The object to set tooltip content on.

value

Type: System.Object [.NET] | Platform::Object [C++]

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ToolTipService

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.