Check spelling

When you start to modify text in a text object in Microsoft Expression Blend, the spelling checker automatically indicates, with a wavy red underline, all words in the text object that are not included in the current dictionary. You can select from a list of suggested alternative words to replace an underlined word, or you can decide to have the spelling checker ignore all instances of that word.

Note

The spelling checker feature is available only for English, French, German, and Spanish. To use additional language dictionaries with the spelling checker, install the Microsoft .NET Framework Language Packs from the Microsoft Download Center.

To check spelling

  1. In the Toolbox, click either the Selection Cc295382.2ff91340-477e-4efa-a0f7-af20851e4daa(en-us,Expression.10).png tool or the Direct Selection Cc295382.6dd6571f-c116-451d-8dd2-1f88b8406362(en-us,Expression.10).png tool, and then click the text object in which you want to check spelling.

  2. Right-click the text object and then click Edit Text or press F2 to enter text-editing mode.

  3. Right-click any word in the text object that has a wavy red underline to see suggested alternative spellings for the word, and then use one of the following methods:

    • Click a word in the list to select it to replace the underlined word.

    • Click Ignore All to stop the spelling checker from underlining instances of the word during that session of checking the spelling.

To enable the spelling checker in your application (WPF only)

Not only can you use the spelling checker to check the spelling in your application during design time, but you can also build the spelling checker into your application so that users can check spelling when they enter text in your application during run time.

  1. In the Toolbox, click either the Selection Cc295382.2ff91340-477e-4efa-a0f7-af20851e4daa(en-us,Expression.10).png tool or the Direct Selection Cc295382.6dd6571f-c116-451d-8dd2-1f88b8406362(en-us,Expression.10).png tool, and then click the user-editable text object for which you want to enable the spelling checker in your application.

  2. Make sure that you are not in text-editing mode by pressing the ESC key.

  3. In the Properties panel, under Miscellaneous, select the SpellCheck.IsEnabled box.

See also

Concepts

Make text editable or read-only