ComponentOne SpellChecker for WPF and Silverlight
In This Topic
    C1SpellChecker Samples
    In This Topic

    Please refer to the pre-installed product samples through the following path:

    Documents\ComponentOne Samples\WPF
    or
    Documents\ComponentOne Samples\Silverlight

    Note: ComponentOne samples are also available at https://developer.mescius.com/samples.

    C# SpellChecker Sample

    Sample Description
    SpellCheckerSample Shows how to use the C1SpellChecker object to check plain text, TextBox, and C1RichTextBox controls.The sample shows how to load spelling dictionaries, how to check the spelling in strings (CheckText method), how to check the spelling in controls using a dialog (CheckControlAsync Method), and how to enable as-you-type checking on a C1RichTextBox.