Udostępnij za pośrednictwem


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)

Source:
Entry.cs
Source:
Entry.cs

Sets the attached property that specifies input method editor options

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 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)

Source:
Entry.cs
Source:
Entry.cs

Sets the attached property that specifies input method editor options

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 for the Android entry for which to set the input method editor options.

value
ImeFlags

The new options to set.

Returns

Applies to