Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / HandleValidKey Method
Numerical value for an ASCII character


In This Topic
HandleValidKey Method (SuperEditBase)
In This Topic
Internal use only. Key is valid if not handled by the control.
Syntax
'Declaration
 
Public Overridable Function HandleValidKey( _
   ByVal c As Integer _
) As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim c As Integer
Dim value As Boolean
 
value = instance.HandleValidKey(c)

Parameters

c
Numerical value for an ASCII character
See Also