Enum WindowType
Definition
- 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. |
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. |