CoreWebView2AcceleratorKeyPressedEventArgs.KeyEventLParam Property

Definition

Gets the LPARAM value that accompanied the window message.

public int KeyEventLParam { get; }
member this.KeyEventLParam : int
Public ReadOnly Property KeyEventLParam As Integer

Property Value

Remarks

See the documentation for the WM_KEYDOWN and WM_KEYUP messages.

Applies to