C# Class ARCed.Controls.ParamBox

Afficher le fichier Open project: borisblizzard/arcreator

Private Properties

Свойство Type Description
InitializeComponent void
numericParameter_ValueChanged void

Méthodes publiques

Méthode Description
ParamBox ( ) : System

Default constructor.

ParamBox ( int index, decimal value ) : System

Constructor with arguments to set initial values;

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

numericParameter_ValueChanged ( object sender, EventArgs e ) : void

Method Details

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

ParamBox() public méthode

Default constructor.
public ParamBox ( ) : System
Résultat System

ParamBox() public méthode

Constructor with arguments to set initial values;
public ParamBox ( int index, decimal value ) : System
index int Parameter index of the control
value decimal Value of the control
Résultat System