Click or drag to resize

VisualPopupProcessDialogKey Method

Processes a dialog key.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override bool ProcessDialogKey(
	Keys keyData
)

Parameters

keyData
Type: System.Windows.FormsKeys
One of the Keys values that represents the key to process.

Return Value

Type: Boolean
true if the key was processed; otherwise false.
See Also