Set the TextBoxBase (eg; TextBox etc) that this GUI will spell check.
| C# | Visual Basic | Visual C++ | F# |
public void SetTextComponentToCheck( TextBoxBase textComponent )
Public Sub SetTextComponentToCheck ( textComponent As TextBoxBase )
public: virtual void SetTextComponentToCheck( TextBoxBase^ textComponent ) sealed
abstract SetTextComponentToCheck : textComponent : TextBoxBase -> unit override 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