Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / HandleValidKey Method
Character key entered


In This Topic
HandleValidKey Method (FpCombo)
In This Topic
Internal use only. Handles valid character key input.
Syntax
'Declaration
 
Public Overrides Function HandleValidKey( _
   ByVal key As Integer _
) As Boolean
 
'Usage
 
Dim instance As FpCombo
Dim key As Integer
Dim value As Boolean
 
value = instance.HandleValidKey(key)

Parameters

key
Character key entered

Return Value

True if valid; false otherwise
See Also