Click or drag to resize

EngineOptionsIsNativeKeyboardInputEnabled Property

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.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.3
Syntax
C#
public bool IsNativeKeyboardInputEnabled { get; }

Property Value

Type: Boolean
true if native keyboard input is enabled, false otherwise.
See Also