C# Класс SilverlightFX.UserInterface.XToolTipService

A ToolTipService implementation that allows the contents of the tooltip to share the DataContext of the element that the tooltip is associated with, and thereby contain binding expressions.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ToolTipProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
GetToolTip ( FrameworkElement element ) : object

Gets the Tooltip associated with the specified element.

SetToolTip ( FrameworkElement element, object value ) : void

Sets the Tooltip associated with the specified element.

Приватные методы

Метод Описание
OnElementLoaded ( object sender, RoutedEventArgs e ) : void
OnToolTipChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Описание методов

GetToolTip() публичный статический Метод

Gets the Tooltip associated with the specified element.
public static GetToolTip ( FrameworkElement element ) : object
element System.Windows.FrameworkElement The element to lookup.
Результат object

SetToolTip() публичный статический Метод

Sets the Tooltip associated with the specified element.
public static SetToolTip ( FrameworkElement element, object value ) : void
element System.Windows.FrameworkElement The element whose tooltip is to be set.
value object The tooltip to use.
Результат void

Описание свойств

ToolTipProperty публичное статическое свойство

Represents the ToolTip attached property.
public static DependencyProperty,System.Windows ToolTipProperty
Результат System.Windows.DependencyProperty