Sets the ISpellCheckableTextComponent that this GUI will spell check.
| C# | Visual Basic | Visual C++ |
public void SetTextComponentToCheck( ISpellCheckableTextComponent textComponent )
Public Sub SetTextComponentToCheck ( _ textComponent As ISpellCheckableTextComponent _ )
public: void SetTextComponentToCheck( ISpellCheckableTextComponent^ textComponent )
- textComponent (ISpellCheckableTextComponent)
- the ISpellCheckableTextComponent that this will spell check.
| Exception | Condition |
|---|---|
| ArgumentNullException | if textComponent parameter is null. |