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