KeyEventModifiers Property  | 
Version 106.0.290 
            Bit flags describing any pressed modifier keys. See
            cef_event_flags_t for values.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic CefEventFlags Modifiers { get; set; }public:
property CefEventFlags Modifiers {
	CefEventFlags get ();
	void set (CefEventFlags value);
}Property Value
Type: 
CefEventFlags
See Also