Base Combo BoxHandle Keys Method
This is used to handle key presses for the textbox and for the combo box control in all drop-down
styles.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if handled, false if not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected bool HandleKeys(
Keys key
)VB
Protected Function HandleKeys (
key As Keys
) As BooleanC++
protected:
bool HandleKeys(
Keys key
)F#
member HandleKeys :
key : Keys -> bool Parameters
- key Keys
- The key to process
Return Value
BooleanTrue if handled, false if not