Instrumentation Widgets Class Reference

ValuePresenter.OnKeyDown Method 

Raises the KeyDown event and perform key processing.

[Visual Basic]
Overrides Protected Sub OnKeyDown( _
   ByVal e As KeyEventArgs _
)
[C#]
protected override void OnKeyDown(
   KeyEventArgs e
);

Parameters

e

See Also

ValuePresenter Class | PerpetuumSoft.Widgets Namespace