IsInputKey Method (FpCombo)
In This Topic
Internal use only.
Syntax
'Declaration
Protected Overrides Function IsInputKey( _
ByVal As Keys _
) As Boolean
'Usage
Dim instance As FpCombo
Dim keyData As Keys
Dim value As Boolean
value = instance.IsInputKey(keyData)
protected override bool IsInputKey(
Keys
)
Parameters
- keyData
- Key data
See Also