| CefEventFlags Enumeration | 
Version 109.1.110 
            Supported event bit flags.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
 Syntax
Syntax[FlagsAttribute]
public enum CefEventFlags
[FlagsAttribute]
public enum class CefEventFlags
 Members
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
See Also