KeyEventIsSystemKey Property |
Version 101.0.180
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: 101.0.180.0 (101.0.180.0)
Syntax public bool IsSystemKey { get; set; }
public:
property bool IsSystemKey {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also