C# 클래스 WinRTXamlToolkit.Controls.UpDownTextBox

Primitive control - TextBox with UpPressed and DownPressed events for use in a NumericUpDown to make up and down keys work to increment and decrement the values.
상속: Windows.UI.Xaml.Controls.TextBox
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

보호된 메소드들

메소드 설명
OnKeyDown ( KeyRoutedEventArgs e ) : void

Called before the KeyDown event occurs.

비공개 메소드들

메소드 설명
RaiseDownPressed ( ) : void

Raises DownPressed event.

RaiseUpPressed ( ) : void

Raises UpPressed event.

메소드 상세

OnKeyDown() 보호된 메소드

Called before the KeyDown event occurs.
protected OnKeyDown ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs The data for the event.
리턴 void