BaseComboBoxHandleKeys Method
This is used to handle key presses for the textbox and for the combo box control in all drop-down
styles.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected bool HandleKeys(
Keys key
)
Protected Function HandleKeys (
key As Keys
) As Boolean
protected:
bool HandleKeys(
Keys key
)
member HandleKeys :
key : Keys -> bool
- key Keys
- The key to process
BooleanTrue if handled, false if not