C# 클래스 WPFKeyboard.Controls.OnScreenKey

This is the button that represents a key on our keyboard
상속: System.Windows.Controls.Button
파일 보기 프로젝트 열기: pauldotknopf/WPFKeyboard

공개 프로퍼티들

프로퍼티 타입 설명
IsActiveProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnScreenKey ( OnScreenKeyboard onScreenKeyboard ) : System

Initializes a new instance of the OnScreenKey class.

보호된 메소드들

메소드 설명
OnIsPressedChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
OnClick ( object sender, RoutedEventArgs routedEventArgs ) : void

This is raised when the button is released/clicked

OnDataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

This is raised when the data context changes

OnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs mouseButtonEventArgs ) : void

This is raised when the mouse is pressed (but not released)

메소드 상세

OnIsPressedChanged() 보호된 메소드

protected OnIsPressedChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnScreenKey() 공개 메소드

Initializes a new instance of the OnScreenKey class.
public OnScreenKey ( OnScreenKeyboard onScreenKeyboard ) : System
onScreenKeyboard OnScreenKeyboard
리턴 System

프로퍼티 상세

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

See IsActive
public static DependencyProperty,System.Windows IsActiveProperty
리턴 System.Windows.DependencyProperty