Enum Keyboard
Keyboard layout type on entry control.
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public enum Keyboard
Fields
| Name | Description |
|---|---|
| DateTime | Keyboard layout type date and time. |
Keyboard layout type email. |
|
| Emoticon | Keyboard layout type emoticons. |
| Hex | Keyboard layout type hexadecimal. |
| Invalid | Keyboard layout type error type. Do not use it directly! |
| Ip | Keyboard layout type ip. |
| Month | Keyboard layout type month. |
| None | Disable Keyboard |
| Normal | Keyboard layout type default. |
| Number | Keyboard layout type number. |
| NumberOnly | Keyboard layout type number. |
| Numeric | Keyboard layout type numeric. |
| Password | Keyboard layout type password. |
| PhoneNumber | Keyboard layout type phone. |
| Terminal | Keyboard layout type terminal type, esc, alt, ctrl, etc. |
| Url | Keyboard layout type url. |