ToolTipService::SetToolTip Method (DependencyObject^, Object^)
.NET Framework (current version)
Sets the value of the ToolTip attached property for an object.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The object to which the attached property is written.
- value
-
Type:
System::Object^
The value to set.
If the value is a ToolTip object, the ToolTip is used without any modification. If the value is any other type, that value is used as the content for a tooltip that is provided by the ToolTipService.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: