Share via


Entry Class

Definition

Controls input method editor (IME) options for entry fields on the Android platform.

public ref class Entry abstract sealed
public static class Entry
type Entry = class
Public Module Entry
Inheritance
Entry

Fields

Name Description
ImeOptionsProperty

Bindable property for ImeOptions(IPlatformElementConfiguration<Android,Entry>).

Methods

Name Description
GetImeOptions(BindableObject)

Returns flags that specify input method editor options, such as the kind of action that is sent by the editor.

ImeOptions(IPlatformElementConfiguration<Android,Entry>)

Returns flags that specify input method editor options, such as the kind of action that is sent by the editor.

SetImeOptions(BindableObject, ImeFlags)

Sets the input method editor (IME) action button behavior for the Android soft keyboard.

SetImeOptions(IPlatformElementConfiguration<Android,Entry>, ImeFlags)

Sets the input method editor (IME) action button behavior for the Android soft keyboard.

Applies to