TextBox.IsSpellCheckEnabled 屬性

定義

取得或設定值,指定 TextBox 輸入是否與拼字檢查引擎互動。

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

適用於

另請參閱