Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / IsInputKey Method
Key data


In This Topic
IsInputKey Method (InputTextBox)
In This Topic
Internal use only. Determines whether input key.
Syntax
'Declaration
 
Protected Overrides Function IsInputKey( _
   ByVal keyData As Keys _
) As Boolean
 
'Usage
 
Dim instance As InputTextBox
Dim keyData As Keys
Dim value As Boolean
 
value = instance.IsInputKey(keyData)

Parameters

keyData
Key data
See Also