HandleValidKey Method (FpCombo)
In This Topic
Internal use only. Handles valid character key input.
Syntax
'Declaration
Public Overrides Function HandleValidKey( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As FpCombo
Dim key As Integer
Dim value As Boolean
value = instance.HandleValidKey(key)
public override bool HandleValidKey(
int
)
Parameters
- key
- Character key entered
Return Value
True if valid; false otherwise
See Also