C# Class OZWForm.ValuePanelByte

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

Public Methods

Method Description
ValuePanelByte ( ZWValueID valueID ) : System

Initializes a new instance of the ValuePanelByte class.

Private Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ValueByteButtonSet_Click ( object sender, EventArgs e ) : void

Handles the Click event of the ValueByteButtonSet control.

Method Details

ValuePanelByte() public method

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