Click or drag to resize

IUiKeyEventModifierKeyModifiers Property

Gets the key modifiers that are applied to the event.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IKeyModifiers KeyModifiers { get; }

Property Value

Type: IKeyModifiers
The key modifiers that are applied to the event.
See Also