다음을 통해 공유


SearchBar.IsSpellCheckEnabled 메서드

정의

맞춤법 검사기가 사용되는지 여부를 알려주는 부울 값을 반환합니다.

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

매개 변수

config
IPlatformElementConfiguration<Windows,SearchBar>

검색 표시줄 요소에 대한 플랫폼 구성입니다.

반환

System.Boolean

맞춤법 검사기가 사용되는 경우 true입니다. 그렇지 않으면 false입니다.

적용 대상