VisualPopupProcessDialogKey Method |
Processes a dialog key.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected override bool ProcessDialogKey(
Keys keyData
)
Parameters
- keyData Keys
- One of the Keys values that represents the key to process.
Return Value
Booleantrue if the key was processed; otherwise false.
See Also