Enum KeyGrabMode
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the keygrab modes of the window.
public enum KeyGrabMode
Fields
| 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. |