SearchBar.GetIsSpellCheckEnabled 方法

定义

重载

GetIsSpellCheckEnabled(BindableObject)

返回一个布尔值,该值指示是否启用拼写检查器。

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

返回一个布尔值,该值指示是否启用拼写检查器。

GetIsSpellCheckEnabled(BindableObject)

返回一个布尔值,该值指示是否启用拼写检查器。

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

参数

element
BindableObject

搜索栏元素。

返回

System.Boolean

若为 true,则启用拼写检查器。 否则为 false

适用于

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

返回一个布尔值,该值指示是否启用拼写检查器。

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

参数

config
IPlatformElementConfiguration<Windows,SearchBar>

搜索栏元素的平台配置。

返回

System.Boolean

若为 true,则启用拼写检查器。 否则为 false

适用于