Share via


Entry.GetImeOptions(BindableObject) Method

Definition

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

public static Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ImeFlags GetImeOptions (Xamarin.Forms.BindableObject element);
static member GetImeOptions : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ImeFlags

Parameters

element
BindableObject

The Android entry for which to get the input method editor options.

Returns

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

Applies to