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