Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ISpellChecker Interface / CheckControlAsync Method
Object that contains the text to be spell-checked.

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

    Parameters

    editor
    Object that contains the text to be spell-checked.
    See Also