Table of Contents

Property NativeKeyboardInputEnabled

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

NativeKeyboardInputEnabled

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.

public bool NativeKeyboardInputEnabled { get; set; }

Property Value

bool

true if native keyboard input is enabled, false otherwise.