Set the TextBox (WPF) that this GUI will spell check.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual void SetTextComponentToCheck( TextBox textComponent )
public virtual void SetTextComponentToCheck( TextBox textComponent )
Public Overridable Sub SetTextComponentToCheck ( textComponent As TextBox )
Public Overridable Sub SetTextComponentToCheck ( textComponent As TextBox )
public: virtual void SetTextComponentToCheck( TextBox^ textComponent )
public: virtual void SetTextComponentToCheck( TextBox^ textComponent )
abstract SetTextComponentToCheck : textComponent : TextBox -> unit override SetTextComponentToCheck : textComponent : TextBox -> unit
abstract SetTextComponentToCheck : textComponent : TextBox -> unit override SetTextComponentToCheck : textComponent : TextBox -> unit

- textComponent (TextBox)
- the TextBox that this will spell check.

Exception | Condition |
---|---|
ArgumentNullException | if textComponent parameter is null. |
Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214