C# 클래스 SystemEx.Windows.Forms.NumericTextBox

상속: TextBox
파일 보기 프로젝트 열기: pvginkel/SystemEx

Private Properties

프로퍼티 타입 설명
FormatCurrentText void
TextBox_GotFocus void
TextBox_KeyDown void
TextBox_KeyPress void
TextBox_LostFocus void
TextBox_TextChanged void

공개 메소드들

메소드 설명
NumericTextBox ( ) : System

보호된 메소드들

메소드 설명
FormatNumber ( ) : string
OnNumericValueChanged ( System e ) : void

비공개 메소드들

메소드 설명
FormatCurrentText ( ) : void
TextBox_GotFocus ( object sender, EventArgs e ) : void
TextBox_KeyDown ( object sender, KeyEventArgs e ) : void
TextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
TextBox_LostFocus ( object sender, EventArgs e ) : void
TextBox_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

FormatNumber() 보호된 메소드

protected FormatNumber ( ) : string
리턴 string

NumericTextBox() 공개 메소드

public NumericTextBox ( ) : System
리턴 System

OnNumericValueChanged() 보호된 메소드

protected OnNumericValueChanged ( System e ) : void
e System
리턴 void