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.
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
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