ComponentOne Basic Library for WPF and Silverlight
CheckControlAsync Method (ISpellChecker)


C1.Silverlight 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 System.Object _
) 
'Usage
 
Dim instance As ISpellChecker
Dim editor As System.Object
 
instance.CheckControlAsync(editor)
void CheckControlAsync( 
   System.object editor
)

Parameters

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

Reference

ISpellChecker Interface
ISpellChecker Members