Image MapProcess Dialog Char Method
This is overridden to fire the image map click event if an image area has the focus and the Space bar
or Enter key is pressed.
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
True if handled, false if not
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
protected override bool ProcessDialogChar(
char charCode
)VB
Protected Overrides Function ProcessDialogChar (
charCode As Char
) As BooleanC++
protected:
virtual bool ProcessDialogChar(
wchar_t charCode
) overrideF#
abstract ProcessDialogChar :
charCode : char -> bool
override ProcessDialogChar :
charCode : char -> bool Parameters
- charCode Char
- The character code
Return Value
BooleanTrue if handled, false if not