ComponentOne FinancialChart for WPF
CheckControlAsync Method



C1.WPF Namespace > ISpellChecker Interface : CheckControlAsync Method
Object that contains the text to be spell-checked.
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

Reference

ISpellChecker Interface
ISpellChecker Members