Base Combo BoxProcess Dialog Key Method
This is overridden to handle special keys
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if the key was processed, false if not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override bool ProcessDialogKey(
Keys keyData
)VB
Protected Overrides Function ProcessDialogKey (
keyData As Keys
) As BooleanC++
protected:
virtual bool ProcessDialogKey(
Keys keyData
) overrideF#
abstract ProcessDialogKey :
keyData : Keys -> bool
override ProcessDialogKey :
keyData : Keys -> bool Parameters
- keyData Keys
- The key to process
Return Value
BooleanTrue if the key was processed, false if not