Set the TextBoxBase (eg; TextBox etc) that this GUI will spell check.
| C# | Visual Basic | Visual C++ | F# |
void SetTextComponentToCheck( TextBoxBase textComponent )
Sub SetTextComponentToCheck ( textComponent As TextBoxBase )
void SetTextComponentToCheck( TextBoxBase^ textComponent )
abstract SetTextComponentToCheck : textComponent : TextBoxBase -> unit
- textComponent (TextBoxBase)
- the TextBoxBase that this will spell check.
| Exception | Condition |
|---|---|
| ArgumentNullException | if textComponent parameter is null. |
Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204