TextBox.IsSpellCheckEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property bool IsSpellCheckEnabled { bool get(); void set(bool value); };
bool IsSpellCheckEnabled();
void IsSpellCheckEnabled(bool value);
public bool IsSpellCheckEnabled { get; set; }
var boolean = textBox.isSpellCheckEnabled;
textBox.isSpellCheckEnabled = boolean;
Public Property IsSpellCheckEnabled As Boolean
<TextBox IsSpellCheckEnabled="bool" />
屬性值
Boolean
bool
如果 TextBox 輸入與拼字檢查引擎互動,則為 true;否則為 false。 預設值為 True。
備註
使用軟體輸入面板 (SIP) 時,此屬性會啟用下列功能:
- 僅限 auto-cap (Mobile)
- 拼字檢查
- 自動更正
- 當用戶點選拼錯的文字時,視需要拼字候選專案
Windows 8 針對通用 Windows 8 應用程式,預設值為 false。