프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ClickEvent | System.Windows.RoutedEvent | ||
MouseHoverEvent | System.Windows.RoutedEvent |
메소드 | 설명 | |
---|---|---|
AddClickHandler ( |
||
AddMouseHoverHandler ( |
||
HintControl ( string hintKey, string>.Func |
||
HintControl ( string hintText, string handler ) : System | ||
RemoveClickHandler ( |
||
RemoveMouseHoverHandler ( |
public static AddClickHandler ( |
||
d | ||
handler | RoutedEventHandler | |
리턴 | void |
public static AddMouseHoverHandler ( |
||
d | ||
handler | RoutedEventHandler | |
리턴 | void |
public HintControl ( string hintKey, string>.Func |
||
hintKey | string | |
hintTextLookup | string>.Func | |
handler | string | |
리턴 | System |
public HintControl ( string hintText, string handler ) : System | ||
hintText | string | |
handler | string | |
리턴 | System |
public static RemoveClickHandler ( |
||
d | ||
handler | RoutedEventHandler | |
리턴 | void |
public static RemoveMouseHoverHandler ( |
||
d | ||
handler | RoutedEventHandler | |
리턴 | void |
public static RoutedEvent,System.Windows ClickEvent | ||
리턴 | System.Windows.RoutedEvent |