Share via


Entry.SetImeOptions Method

Definition

Overloads

Name Description
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.

SetImeOptions(BindableObject, ImeFlags)

Source:
Entry.cs
Source:
Entry.cs
Source:
Entry.cs
Source:
Entry.cs

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

public:
 static void SetImeOptions(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Controls::PlatformConfiguration::AndroidSpecific::ImeFlags value);
public static void SetImeOptions(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags value);
static member SetImeOptions : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -> unit
Public Sub SetImeOptions (element As BindableObject, value As ImeFlags)

Parameters

element
BindableObject

The entry element.

value
ImeFlags

The IME flags specifying keyboard action behavior.

Applies to

SetImeOptions(IPlatformElementConfiguration<Android,Entry>, ImeFlags)

Source:
Entry.cs
Source:
Entry.cs
Source:
Entry.cs
Source:
Entry.cs

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

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::Entry ^> ^ SetImeOptions(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::Entry ^> ^ config, Microsoft::Maui::Controls::PlatformConfiguration::AndroidSpecific::ImeFlags value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.Entry> SetImeOptions(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.Entry> config, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags value);
static member SetImeOptions : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.Entry> * Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.Entry>
<Extension()>
Public Function SetImeOptions (config As IPlatformElementConfiguration(Of Android, Entry), value As ImeFlags) As IPlatformElementConfiguration(Of Android, Entry)

Parameters

config
IPlatformElementConfiguration<Android,Entry>

The platform configuration.

value
ImeFlags

The IME flags specifying keyboard action behavior.

Returns

The platform configuration for fluent API chaining.

Applies to