SearchBar.SetIsSpellCheckEnabled メソッド

定義

オーバーロード

SetIsSpellCheckEnabled(BindableObject, Boolean)

スペル チェック機能をオン/オフにします。

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

スペル チェック機能をオン/オフにします。

SetIsSpellCheckEnabled(BindableObject, Boolean)

スペル チェック機能をオン/オフにします。

public static void SetIsSpellCheckEnabled (Xamarin.Forms.BindableObject element, bool value);
static member SetIsSpellCheckEnabled : Xamarin.Forms.BindableObject * bool -> unit

パラメーター

element
BindableObject

検索バーの要素。

value
System.Boolean

スペル チェック機能をオンにするには、true。 オフにするには、false

適用対象

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

スペル チェック機能をオン/オフにします。

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

パラメーター

config
IPlatformElementConfiguration<Windows,SearchBar>

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

value
System.Boolean

スペル チェック機能をオンにするには、true。 オフにするには、false

戻り値

開発者がさらにメソッド呼び出しを実行できる Fluent オブジェクト。

適用対象