Bring up the spell checker Form and start checking the TextBoxBase textComponent.
| C# | Visual Basic | Visual C++ |
void Check( ISpellCheckableTextComponent textComponent )
Sub Check ( _ textComponent As ISpellCheckableTextComponent _ )
void Check( ISpellCheckableTextComponent^ textComponent )
- textComponent (ISpellCheckableTextComponent)
| Exception | Condition |
|---|---|
| ArgumentNullException | if textComponent parameter is null. |