Enum Window.KeyGrabMode

    Definition

    Namespace:
    Tizen.NUI
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX