C# Class OZWForm.ValuePanelButton

Value panel for containing buttons
Inheritance: ValuePanel
Mostrar archivo Open project: noant/Pyrite Class Usage Examples

Public Methods

Method Description
ValuePanelButton ( ZWValueID valueID ) : OpenZWaveDotNet

Initializes a new instance of the ValuePanelButton class.

Private Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ValueButtonButton_KeyDown ( object sender, System e ) : void

Handles the KeyDown event of the ValueButtonButton control.

ValueButtonButton_KeyUp ( object sender, System e ) : void

Handles the KeyUp event of the ValueButtonButton control.

Method Details

ValuePanelButton() public method

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