Enum ReturnType
Enumerates return button styles.
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public enum ReturnType
Fields
| Name | Description |
|---|---|
| Default | Indicates the default style on the platform. |
| Done | Indicates a "Done" button. |
| Go | Indicates a "Go" button. |
| Next | Indicates a "Next" button. |
| Search | Indicates a "Search" button. |
| Send | Indicates a "Send" button. |