Image MapProcess Dialog Key Method
This is overridden to handle arrow keys in the same manner as a Tab key press
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
True if the key was processed, false if not
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.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
Remarks
The up and left arrows act like Shift+Tab. The right and down arrows act like Tab.