C# Class OZWForm.ValuePanelDecimal

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

Public Methods

Method Description
ValuePanelDecimal ( ZWValueID valueID ) : System

Initializes a new instance of the ValuePanelDecimal class.

Private Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ValueDecimalButtonSet_Click ( object sender, EventArgs e ) : void

Handles the Click event of the ValueDecimalButtonSet control.

Method Details

ValuePanelDecimal() public method

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