Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / HandleValidCharacter Method
Key index


In This Topic
HandleValidCharacter Method (FpCombo)
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overrides Function HandleValidCharacter( _
   ByRef key As Integer _
) As Boolean
 
'Usage
 
Dim instance As FpCombo
Dim key As Integer
Dim value As Boolean
 
value = instance.HandleValidCharacter(key)

Parameters

key
Key index
See Also