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

상속: Form
파일 보기 프로젝트 열기: pvginkel/SystemEx 1 사용 예제들

공개 메소드들

메소드 설명
CalculatorForm ( ) : System
Show ( Control control ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnResultAccepted ( EventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool

비공개 메소드들

메소드 설명
CalculatorForm_Deactivate ( object sender, EventArgs e ) : void
CalculatorForm_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

_acceptButton_Click ( object sender, EventArgs e ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void

메소드 상세

CalculatorForm() 공개 메소드

public CalculatorForm ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnResultAccepted() 보호된 메소드

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

ProcessDialogKey() 보호된 메소드

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
리턴 bool

Show() 공개 메소드

public Show ( Control control ) : void
control System.Windows.Forms.Control
리턴 void