Click or drag to resize

EngineOptionsBuilderNativeKeyboardInputEnabled Property

Enables keyboard events processing using native system API in .NET.

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 NativeKeyboardInputEnabled { get; set; }

Property Value

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