SearchBar.SetIsSpellCheckEnabled Yöntem

Tanım

Aşırı Yüklemeler

SetIsSpellCheckEnabled(BindableObject, Boolean)

Yazım denetleyicisi açıp kapatır.

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Yazım denetleyicisi açıp kapatır.

SetIsSpellCheckEnabled(BindableObject, Boolean)

Yazım denetleyicisi açıp kapatır.

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

Parametreler

element
BindableObject

Arama çubuğu öğesi.

value
Boolean

true Yazım denetleyicisi açmak için. false devre dışı bırakmak için.

Şunlara uygulanır

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Yazım denetleyicisi açıp kapatır.

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>

Parametreler

config
IPlatformElementConfiguration<Windows,SearchBar>

Arama çubuğu öğesi için platform yapılandırma.

value
Boolean

true Yazım denetleyicisi açmak için. false devre dışı bırakmak için.

Döndürülenler

IPlatformElementConfiguration<Windows,SearchBar>

Bir fluent nesnesi üzerinde Geliştirici yöntem çağrıları daha da yapabilir.

Şunlara uygulanır