KryptonNavigatorProcessDialogKey Method |
Processes a dialog key.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax 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:
Booleantrue if the key was processed by the control; otherwise, false.
See Also