SearchBar.IsSpellCheckEnabled 方法

定義

傳回布林值,指出是否已啟用 SpellChecker。

public static bool IsSpellCheckEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.SearchBar> config);
static member IsSpellCheckEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.SearchBar> -> bool

參數

config
IPlatformElementConfiguration<Windows,SearchBar>

搜尋列項目的平台組態。

傳回

System.Boolean

若已啟用 SpellChecker,則為 true。 否則為 false

適用於