Set the RichTextBox that this GUI will spell check.
| C# | Visual Basic | Visual C++ |
void SetTextComponentToCheck( RichTextBox textComponent )
Sub SetTextComponentToCheck ( _ textComponent As RichTextBox _ )
void SetTextComponentToCheck( RichTextBox^ textComponent )
- textComponent (RichTextBox)
- the TextBoxBase that this will spell check.
| Exception | Condition |
|---|---|
| ArgumentNullException | if textComponent parameter is null. |