Instrumentation Widgets Class Reference

ValuePresenter.IsInputKey Method 

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

[Visual Basic]
Overrides Protected Function IsInputKey( _
   ByVal keyData As Keys _
) As Boolean
[C#]
protected override bool IsInputKey(
   Keys keyData
);

Parameters

keyData

Return Value

See Also

ValuePresenter Class | PerpetuumSoft.Widgets Namespace