다음을 통해 공유


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)

맞춤법 검사기를 켜고 끕니다.

적용 대상