Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / IsInputKey Method


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

Parameters

keyData
See Also