Sdílet prostřednictvím


SearchBar.DisableSpellCheck Method

Definition

Disables the spellchecker.

public:
[System::Runtime::CompilerServices::Extension]
 static void DisableSpellCheck(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::SearchBar ^> ^ config);
public static void DisableSpellCheck (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.SearchBar> config);
static member DisableSpellCheck : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.SearchBar> -> unit
<Extension()>
Public Sub DisableSpellCheck (config As IPlatformElementConfiguration(Of Windows, SearchBar))

Parameters

config
IPlatformElementConfiguration<Windows,SearchBar>

The platform configuration for the search bar element.

Applies to