C# Class SystemEx.Windows.Forms.CalculatorForm

Inheritance: Form
显示文件 Open project: pvginkel/SystemEx Class Usage Examples

Public Methods

Method Description
CalculatorForm ( ) : System
Show ( Control control ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
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

Method Details

CalculatorForm() public method

public CalculatorForm ( ) : System
return System

Dispose() protected method

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

OnResultAccepted() protected method

protected OnResultAccepted ( EventArgs e ) : void
e System.EventArgs
return void

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool

Show() public method

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