Enum InputEventResponse
- Namespace
- DotNetBrowser.Input
- Assembly
- DotNetBrowser.dll
The response to the input event handlers.
public enum InputEventResponse
Fields
Proceed = 1
Allow the browser to process this event.
Suppress = 0
Suppress this event.