次の方法で共有


SearchBar.GetIsSpellCheckEnabled メソッド

定義

オーバーロード

GetIsSpellCheckEnabled(BindableObject)

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

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

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

GetIsSpellCheckEnabled(BindableObject)

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

public static bool GetIsSpellCheckEnabled (Xamarin.Forms.BindableObject element);
static member GetIsSpellCheckEnabled : Xamarin.Forms.BindableObject -> bool

パラメーター

element
BindableObject

検索バーの要素。

戻り値

System.Boolean

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

適用対象

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

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

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

パラメーター

config
IPlatformElementConfiguration<Windows,SearchBar>

検索バーの要素に対するプラットフォーム構成。

戻り値

System.Boolean

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

適用対象