C# Class OZWForm.ValuePanelButton

Value panel for containing buttons
Inheritance: ValuePanel
Afficher le fichier Open project: noant/Pyrite Class Usage Examples

Méthodes publiques

Méthode Description
ValuePanelButton ( ZWValueID valueID ) : OpenZWaveDotNet

Initializes a new instance of the ValuePanelButton class.

Private Methods

Méthode 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 méthode

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