C# 클래스 WpfHint2.UIBuilding.HintControl

상속: System.Windows.Controls.TextBlock
파일 보기 프로젝트 열기: JetBrains/Nitra 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClickEvent System.Windows.RoutedEvent
MouseHoverEvent System.Windows.RoutedEvent

공개 메소드들

메소드 설명
AddClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
AddMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void
HintControl ( string hintKey, string>.Func hintTextLookup, string handler ) : System
HintControl ( string hintText, string handler ) : System
RemoveClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
RemoveMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void

메소드 상세

AddClickHandler() 공개 정적인 메소드

public static AddClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
리턴 void

AddMouseHoverHandler() 공개 정적인 메소드

public static AddMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
리턴 void

HintControl() 공개 메소드

public HintControl ( string hintKey, string>.Func hintTextLookup, string handler ) : System
hintKey string
hintTextLookup string>.Func
handler string
리턴 System

HintControl() 공개 메소드

public HintControl ( string hintText, string handler ) : System
hintText string
handler string
리턴 System

RemoveClickHandler() 공개 정적인 메소드

public static RemoveClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
리턴 void

RemoveMouseHoverHandler() 공개 정적인 메소드

public static RemoveMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
리턴 void

프로퍼티 상세

ClickEvent 공개적으로 정적으로 프로퍼티

public static RoutedEvent,System.Windows ClickEvent
리턴 System.Windows.RoutedEvent

MouseHoverEvent 공개적으로 정적으로 프로퍼티

public static RoutedEvent,System.Windows MouseHoverEvent
리턴 System.Windows.RoutedEvent