KryptonButtonProcessMnemonic Method |
Processes a mnemonic character.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected override bool ProcessMnemonic(
char charCode
)
Parameters
- charCode
- Type: SystemChar
The mnemonic character entered.
Return Value
Type:
Booleantrue if the mnemonic was processsed; otherwise, false.
See Also