ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ISpellChecker Interface / CheckControlAsync Method
Object that contains the text to be spell-checked.

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

    Parameters

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