Entry Class

Definition

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

public static class Entry
type Entry = class
Inheritance
System.Object
Entry

Fields

ImeOptionsProperty

Backing store for the attached property that specifies input method editor options.

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