Share via


SearchBar クラス

定義

検索バー上のスペル チェック機能の制御を提供します。

public static class SearchBar
type SearchBar = class
継承
System.Object
SearchBar

フィールド

IsSpellCheckEnabledProperty

スペル チェック機能をオン/オフにする添付プロパティのバッキング ストア。

メソッド

DisableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>)

スペル チェック機能を無効にします。

EnableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>)

スペル チェック機能を有効にします。

GetIsSpellCheckEnabled(BindableObject)

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

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

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

IsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

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

SetIsSpellCheckEnabled(BindableObject, Boolean)

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

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

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

適用対象