Table of Contents

Struct CoreWebView2PhysicalKeyStatus

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Contains the information packed into the LPARAM sent to a Win32 key event.

public struct CoreWebView2PhysicalKeyStatus
Inherited Members

Remarks

For more information about WM_KEYDOWN, navigate to WM_KEYDOWN message.

Fields

IsExtendedKey

Indicates that the key is an extended key.

public int IsExtendedKey

Field Value

int

IsKeyReleased

Indicates that the key was released.

public int IsKeyReleased

Field Value

int

IsMenuKeyDown

Indicates that a menu key is held down (context code).

public int IsMenuKeyDown

Field Value

int

RepeatCount

Specifies the repeat count for the current message.

public uint RepeatCount

Field Value

uint

ScanCode

Specifies the scan code.

public uint ScanCode

Field Value

uint

WasKeyDown

Indicates that the key was held down.

public int WasKeyDown

Field Value

int