다음을 통해 공유


SearchBar.IsSpellCheckEnabled Method

Definition

Returns a Boolean value that tells whether the spellchecker is enabled.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsSpellCheckEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::SearchBar ^> ^ config);
public static bool IsSpellCheckEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.SearchBar> config);
static member IsSpellCheckEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.SearchBar> -> bool
<Extension()>
Public Function IsSpellCheckEnabled (config As IPlatformElementConfiguration(Of Windows, SearchBar)) As Boolean

Parameters

config
IPlatformElementConfiguration<Windows,SearchBar>

The platform configuration for the search bar element.

Returns

true if the spellchecker is enabled. Otherwise, false.

Applies to