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