KeyEventIsSystemKey Property  | 
Version 93.1.111 
            Indicates whether the event is considered a "system key" event (see
            http://msdn.microsoft.com/en-us/library/ms646286(VS.85).aspx for details).
            This value will always be false on non-Windows platforms.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic bool IsSystemKey { get; set; }public:
property bool IsSystemKey {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also