Keyoti RapidSpell WPF API Docs
SetTextComponentToCheck Method (textComponent)
APIKeyoti.RapidSpell.WpfRapidSpellGUIPresenterSetTextComponentToCheck(RichTextBox)
Keyoti RapidSpell WPF
Set the RichTextBox (WPF) that this GUI will spell check.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void SetTextComponentToCheck(
	RichTextBox textComponent
)
public virtual void SetTextComponentToCheck(
	RichTextBox textComponent
)
Public Overridable Sub SetTextComponentToCheck ( 
	textComponent As RichTextBox
)
Public Overridable Sub SetTextComponentToCheck ( 
	textComponent As RichTextBox
)
public:
virtual void SetTextComponentToCheck(
	RichTextBox^ textComponent
)
public:
virtual void SetTextComponentToCheck(
	RichTextBox^ textComponent
)
abstract SetTextComponentToCheck : 
        textComponent : RichTextBox -> unit 
override SetTextComponentToCheck : 
        textComponent : RichTextBox -> unit 
abstract SetTextComponentToCheck : 
        textComponent : RichTextBox -> unit 
override SetTextComponentToCheck : 
        textComponent : RichTextBox -> unit 
Parameters
textComponent (RichTextBox)
the TextBox that this will spell check.
Exceptions
ExceptionCondition
ArgumentNullExceptionif textComponent parameter is null.

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214