CoreWebView2AcceleratorKeyPressedEventArgs Class

Definition

Event args for the AcceleratorKeyPressed event.

public class CoreWebView2AcceleratorKeyPressedEventArgs
public class CoreWebView2AcceleratorKeyPressedEventArgs : EventArgs
public class CoreWebView2AcceleratorKeyPressedEventArgs : System.ComponentModel.HandledEventArgs
type CoreWebView2AcceleratorKeyPressedEventArgs = class
type CoreWebView2AcceleratorKeyPressedEventArgs = class
    inherit EventArgs
type CoreWebView2AcceleratorKeyPressedEventArgs = class
    inherit HandledEventArgs
Public Class CoreWebView2AcceleratorKeyPressedEventArgs
Public Class CoreWebView2AcceleratorKeyPressedEventArgs
Inherits EventArgs
Public Class CoreWebView2AcceleratorKeyPressedEventArgs
Inherits HandledEventArgs
Inheritance
CoreWebView2AcceleratorKeyPressedEventArgs
Inheritance
CoreWebView2AcceleratorKeyPressedEventArgs
Inheritance
CoreWebView2AcceleratorKeyPressedEventArgs

Properties

Handled

Indicates whether the AcceleratorKeyPressed event is handled by host.

IsBrowserAcceleratorKeyEnabled

This IsBrowserAcceleratorKeyEnabled property allows developers to control whether the browser handles accelerator keys such as Ctrl+P or F3, etc.

KeyEventKind

Gets the key event kind that caused the event to run.

KeyEventLParam

Gets the LPARAM value that accompanied the window message.

PhysicalKeyStatus

Gets a CoreWebView2PhysicalKeyStatus representing the information passed in the LPARAM of the window message.

VirtualKey

Gets the Win32 virtual key code of the key that was pressed or released.

Applies to