UIReturnKeyType Enum

Definition

An enumeration of styles used for rendering the return key.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIReturnKeyType
type UIReturnKeyType = 
Inheritance
UIReturnKeyType
Attributes

Fields

Continue 11

The return key is labeled "Continue".

Default 0

The return key is labeled "Return"

Done 9

The return key is labeled "Done".

EmergencyCall 10

The return key is labeled "Emergency Call".

Go 1

The return key is labeled "Go".

Google 2

The return key is labeled "Google".

Join 3

The return key is labeled "Join".

Next 4

The return key is labeled "Next".

Route 5

The return key is labeled "Route".

6

The return key is labeled "Search".

Send 7

The return key is labeled "Send".

Yahoo 8

The return key is labeled "Yahoo".

Applies to