Enum Window.KeyGrabMode

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for the key grab mode for platform-level APIs.

C#
Copy
public enum KeyGrabMode
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.