Click or drag to resize

CefKeyEventUnmodifiedCharacter Property

Same as |character| but unmodified by any concurrently-held modifiers (except shift). This is useful for working out shortcut keys.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public char UnmodifiedCharacter { get; set; }

Property Value

Type: Char
See Also