Compartir a través de


SearchBar.GetIsSpellCheckEnabled Método

Definición

Sobrecargas

GetIsSpellCheckEnabled(BindableObject)

Devuelve un valor booleano que indica si está habilitado el corrector ortográfico.

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

Devuelve un valor booleano que indica si está habilitado el corrector ortográfico.

GetIsSpellCheckEnabled(BindableObject)

Devuelve un valor booleano que indica si está habilitado el corrector ortográfico.

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

Parámetros

element
BindableObject

Elemento de la barra de búsqueda.

Devoluciones

System.Boolean

true si el corrector ortográfico está habilitado. En caso contrario, es false.

Se aplica a

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

Devuelve un valor booleano que indica si está habilitado el corrector ortográfico.

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

Parámetros

config
IPlatformElementConfiguration<Windows,SearchBar>

Configuración de la plataforma del elemento de barra de búsqueda.

Devoluciones

System.Boolean

true si el corrector ortográfico está habilitado. En caso contrario, es false.

Se aplica a