次の方法で共有


SearchBar.IsSpellCheckEnabled メソッド

定義

スペル チェック機能が有効になっているかどうかを示すブール値を返します。

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

スペル チェック機能が有効な場合は、true。 それ以外の場合は false

適用対象