C# Class SystemEx.Windows.Forms.CalculatorForm

Inheritance: Form
Afficher le fichier Open project: pvginkel/SystemEx Class Usage Examples

Méthodes publiques

Méthode Description
CalculatorForm ( ) : System
Show ( Control control ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public CalculatorForm ( ) : System
Résultat System

Dispose() protected méthode

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

OnResultAccepted() protected méthode

protected OnResultAccepted ( EventArgs e ) : void
e System.EventArgs
Résultat void

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

Show() public méthode

public Show ( Control control ) : void
control System.Windows.Forms.Control
Résultat void