Property IsNativeKeyboardInputEnabled
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
IsNativeKeyboardInputEnabled
Indicates whether the keyboard events processing using native system API is enabled.
When not applied, the .NET keyboard listeners is used to collect key events, pre-handle them and dispatch to Chromium.
When applied, the OS-specific API is used to collect key events from .NET with subsequent dispatch to Chromium.
public bool IsNativeKeyboardInputEnabled { get; }
Property Value
- bool
true
if native keyboard input is enabled,false
otherwise.