SpellingReform 列舉

定義

指定文字編輯控制項 (例如 TextBoxRichTextBox) 的拼字檢查程式所使用的拼字修訂規則。

public enum class SpellingReform
public enum SpellingReform
type SpellingReform = 
Public Enum SpellingReform
繼承
SpellingReform

欄位

Postreform 2

使用拼字修訂後的拼字規則。

PreAndPostreform 0

使用拼字修訂前後的拼字規則。

Prereform 1

使用拼字修訂前的拼字規則。

備註

此列舉所決定的拼字修訂規則是指法文和德文拼字修訂。 當搭配任何其他語言使用時,此列舉沒有任何作用。

適用於