C# Class OZWForm.ValuePanelInt

Value panel containing int values
Inheritance: ValuePanel
Show file Open project: noant/Pyrite Class Usage Examples

Public Methods

Method Description
ValuePanelInt ( ZWValueID valueID ) : System

Initializes a new instance of the ValuePanelInt class.

Private Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ValueIntButtonSet_Click ( object sender, EventArgs e ) : void

Handles the Click event of the ValueIntButtonSet control.

Method Details

ValuePanelInt() public method

Initializes a new instance of the ValuePanelInt class.
public ValuePanelInt ( ZWValueID valueID ) : System
valueID ZWValueID The value identifier.
return System