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