RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellChecker Class / CheckControlAsync Method / CheckControlAsync(Object) Method
Object that contains the text to be spell-checked.

In This Topic
    CheckControlAsync(Object) Method
    In This Topic
    Shows a spell-checking dialog for an editor control.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CheckControlAsync( _
       ByVal editor As Object _
    ) 
    public void CheckControlAsync( 
       object editor
    )

    Parameters

    editor
    Object that contains the text to be spell-checked.
    Remarks
    In order to be spell-checkable, the editor must be a System.Windows.Controls.TextBox, C1RichTextBox, or an object that implements the ISpellCheckableEditor interface. Other objects are invalid and will cause this method to throw an exception.
    See Also