CoreWebView2AcceleratorKeyPressedEventArgs.KeyEventLParam Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.