Condividi tramite


SearchBar.GetIsSpellCheckEnabled Metodo

Definizione

Overload

GetIsSpellCheckEnabled(BindableObject)

Restituisce un valore booleano che indica se il controllo ortografico è abilitato.

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

Restituisce un valore booleano che indica se il controllo ortografico è abilitato.

GetIsSpellCheckEnabled(BindableObject)

Restituisce un valore booleano che indica se il controllo ortografico è abilitato.

public static bool GetIsSpellCheckEnabled (Xamarin.Forms.BindableObject element);
static member GetIsSpellCheckEnabled : Xamarin.Forms.BindableObject -> bool

Parametri

element
BindableObject

Elemento barra di ricerca.

Restituisce

System.Boolean

true se il controllo ortografico è abilitato. In caso contrario, false.

Si applica a

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

Restituisce un valore booleano che indica se il controllo ortografico è abilitato.

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

Parametri

config
IPlatformElementConfiguration<Windows,SearchBar>

La configurazione della piattaforma per l'elemento barra di ricerca.

Restituisce

System.Boolean

true se il controllo ortografico è abilitato. In caso contrario, false.

Si applica a