HandleValidCharacter Method (GeneralEditor)
Internal use only. Determines whether the character is handled by the control.
public override bool HandleValidCharacter(
ref int
)
'Declaration
Public Overrides Function HandleValidCharacter( _
ByRef As Integer _
) As Boolean
'Usage
Dim instance As GeneralEditor
Dim c As Integer
Dim value As Boolean
value = instance.HandleValidCharacter(c)
Parameters
- c
- Numerical value for an ASCII character