C# 클래스 Feedling.Classes.NumberTextBox

상속: System.Windows.Controls.TextBox
파일 보기 프로젝트 열기: growse/Feedling

보호된 메소드들

메소드 설명
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnPreviewTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void

비공개 메소드들

메소드 설명
AreAllValidNumericChars ( string str ) : bool

메소드 상세

OnPreviewKeyDown() 보호된 메소드

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnPreviewTextInput() 보호된 메소드

protected OnPreviewTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
리턴 void