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