C# Class OZWForm.ValuePanelShort

Value panel to contain shorts
Inheritance: ValuePanel
Show file Open project: noant/Pyrite Class Usage Examples

Public Methods

Method Description
ValuePanelShort ( ZWValueID valueID ) : System

Initializes a new instance of the ValuePanelShort class.

Private Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ValueShortButtonSet_Click ( object sender, EventArgs e ) : void

Handles the Click event of the ValueShortButtonSet control.

Method Details

ValuePanelShort() public method

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