Interface IUiKeyEventModifier
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
Represents a DOM UI event that can be fired with the key modifiers.
The KeyModifiers provides access to the data about pressed service keys, such as
Ctrl
, Alt
, Shift
, Meta
,
when a keyboard or mouse event occurs.
public interface IUiKeyEventModifier : IEvent, IAutoDisposable
- Inherited Members
Properties
- KeyModifiers
Gets the key modifiers that are applied to the event.