IsInputKey Method (SEditTextBox)
Determines which keys are processed by this control.
protected override bool IsInputKey(
Keys
)
'Declaration
Protected Overrides Function IsInputKey( _
ByVal As Keys _
) As Boolean
'Usage
Dim instance As SEditTextBox
Dim keyData As Keys
Dim value As Boolean
value = instance.IsInputKey(keyData)
Parameters
- keyData