ComponentOne FinancialChart for WPF
C1.WPF 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 Object _
    ) 
    'Usage
     
    
    Dim instance As ISpellChecker
    Dim editor As Object
     
    instance.CheckControlAsync(editor)
    void CheckControlAsync( 
       object editor
    )
    void CheckControlAsync( 
       Object^ editor
    ) 

    Parameters

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