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


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

Parameters

c
Numerical value for an ASCII character
See Also