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