C# Класс ARCed.Controls.ParamBox

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeComponent void
numericParameter_ValueChanged void

Открытые методы

Метод Описание
ParamBox ( ) : System

Default constructor.

ParamBox ( int index, decimal value ) : System

Constructor with arguments to set initial values;

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ParamBox() публичный метод

Default constructor.
public ParamBox ( ) : System
Результат System

ParamBox() публичный метод

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
Результат System