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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<KeyGrabMode>(KeyGrabMode, string)
    Extensions.LoadFromXaml<KeyGrabMode>(KeyGrabMode, string)
    Extensions.LoadFromXaml<KeyGrabMode>(KeyGrabMode, Type)
    Extensions.LoadFromXamlFile<KeyGrabMode>(KeyGrabMode, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX