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

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

Private Properties

프로퍼티 타입 설명
FormatText void
OnValueChanged void
Parse decimal?
ShowFlyout void
UpdateCalculatorEnabled void
_calculatorButton_Click void

공개 메소드들

메소드 설명
SimpleNumericTextBox ( ) : System

보호된 메소드들

메소드 설명
OnEnabledChanged ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnValidating ( CancelEventArgs e ) : void

비공개 메소드들

메소드 설명
FormatText ( ) : void
OnValueChanged ( EventArgs e ) : void
Parse ( string text ) : decimal?
ShowFlyout ( ) : void
UpdateCalculatorEnabled ( ) : void
_calculatorButton_Click ( object sender, EventArgs e ) : void

메소드 상세

OnEnabledChanged() 보호된 메소드

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnValidating() 보호된 메소드

protected OnValidating ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

SimpleNumericTextBox() 공개 메소드

public SimpleNumericTextBox ( ) : System
리턴 System