次の方法で共有


SearchBar クラス

定義

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

public ref class SearchBar abstract sealed
public static class SearchBar
type SearchBar = class
Public Module SearchBar
継承
SearchBar

フィールド

IsSpellCheckEnabledProperty

IsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)バインド可能なプロパティ。

メソッド

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)

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

適用対象