CoreWebView2AcceleratorKeyPressedEventArgs Class
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.
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 |
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. |