C# 클래스 OZWForm.ValuePanelButton

Value panel for containing buttons
상속: ValuePanel
파일 보기 프로젝트 열기: noant/Pyrite 1 사용 예제들

공개 메소드들

메소드 설명
ValuePanelButton ( ZWValueID valueID ) : OpenZWaveDotNet

Initializes a new instance of the ValuePanelButton class.

비공개 메소드들

메소드 설명
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.

메소드 상세

ValuePanelButton() 공개 메소드

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