Entry.SetImeOptions Method

Definition

Overloads

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

SetImeOptions(BindableObject, ImeFlags)

Sets the attached property that specifies input method editor options

public static void SetImeOptions (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ImeFlags value);
static member SetImeOptions : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ImeFlags -> unit

Parameters

element
BindableObject

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

value
ImeFlags

The new options to set.

Applies to

SetImeOptions(IPlatformElementConfiguration<Android,Entry>, ImeFlags)

Sets the attached property that specifies input method editor options

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Entry> SetImeOptions (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Entry> config, Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ImeFlags value);
static member SetImeOptions : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.Entry> * Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ImeFlags -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.Entry>

Parameters

config
IPlatformElementConfiguration<Android,Entry>

The platform configuration for the Android entry for which to set the input method editor options.

value
ImeFlags

The new options to set.

Returns

Applies to