Enum KeyGrabMode

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the keygrab modes of the window.

C#
Copy
public enum KeyGrabMode : int
Name Description
Exclusive

Getting the grabbed-key only when the window is top of the stack.

OverrideExclusive

Getting the grabbed-key exclusively regardless of the window's position.

Shared

Unknown keygrab mode.

Topmost

Getting the grabbed-key together with the other client windows.

Extension Methods