Enum Window.KeyGrabMode
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the key grab mode for platform-level APIs.
public enum Window.KeyGrabMode
Fields
Name | Description |
---|---|
Exclusive | Grabs a key exclusively regardless of the grabbing-window's position on the window stack mode. |
OverrideExclusive | Grabs a key exclusively regardless of the grabbing-window's position on the window stack with the possibility of overriding the grab by the other client window mode. |
Shared | Grabs a key together with the other client window(s) mode. |
Topmost | Grabs a key only when on the top of the grabbing-window stack mode. |