Click or drag to resize

KryptonWorkspaceProcessDialogKey Method

Processes a dialog key.

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

Parameters

keyData
Type: System.Windows.FormsKeys

Return Value

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