ComponentOne SpellChecker for WPF and Silverlight
Working with C1SpellChecker / Dialog Boxes
In This Topic
    Dialog Boxes
    In This Topic

    When you call the CheckControlAsync method, SpellChecker for WPF and Silverlight displays a dialog box that highlights each of the errors found in the control and allows the user to correct or ignore each error.

    SpellChecker for WPF and Silverlight contains a built-in dialog box that is used by default. You can use the built-in dialog box as is, customize it, or replace it with your own custom version.

     

    See Also