CefEventFlags Enumeration |
Version 104.4.240
Supported event bit flags.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax [FlagsAttribute]
public enum CefEventFlags
[FlagsAttribute]
public enum class CefEventFlags
Members
| Member name | Value | Description |
---|
| None | 0 | |
| CapsLockOn | 1 | |
| ShiftDown | 2 | |
| ControlDown | 4 | |
| AltDown | 8 | |
| LeftMouseButton | 16 | |
| MiddleMouseButton | 32 | |
| RightMouseButton | 64 | |
| CommandDown | 128 |
Mac OS-X command key.
|
| NumLockOn | 256 | |
| IsKeyPad | 512 | |
| IsLeft | 1024 | |
| IsRight | 2048 | |
| AltGrDown | 4096 | |
| IsRepeat | 8192 | |
See Also