Enum WindowType

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    An enum of window types.

    public enum WindowType
    Remarks

    Most of window type can be set, except for IME type.
    IME type can only be used in one of NUIApplication's constrcutors.

    Fields

    Name Description
    Dialog

    Used for simple dialog windows.

    Ime

    Used for IME window that is used for keyboard window. It should be set in NUIApplication constructor. It does not work with Window.Type, because IME window type can not change in runtime.

    Normal

    A default window type.
    Indicates a normal or top-level window. Almost every window will be created with this type.

    Notification

    A notification window, like a warning about battery life or a new email received.

    Utility

    A persistent utility window, like a toolbox or a palette.

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