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

ImeOptionsProperty

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

Methods

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 attached property that specifies input method editor options

SetImeOptions(IPlatformElementConfiguration<Android,Entry>, ImeFlags)

Sets the attached property that specifies input method editor options

Applies to