C# Class ARCed.Controls.ParamBox

显示文件 Open project: borisblizzard/arcreator

Private Properties

Property Type Description
InitializeComponent void
numericParameter_ValueChanged void

Public Methods

Method Description
ParamBox ( ) : System

Default constructor.

ParamBox ( int index, decimal value ) : System

Constructor with arguments to set initial values;

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

ParamBox() public method

Default constructor.
public ParamBox ( ) : System
return System

ParamBox() public method

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
return System