Keyoti RapidSpell WPF API Docs
SetTextComponentToCheck Method (textComponent)
APIKeyoti.RapidSpell.WpfIUserInterfaceFormPresenterSetTextComponentToCheck(RichTextBox)
Keyoti RapidSpell WPF
Set the RichTextBox that this GUI will spell check.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
void SetTextComponentToCheck(
	RichTextBox textComponent
)
void SetTextComponentToCheck(
	RichTextBox textComponent
)
Sub SetTextComponentToCheck ( 
	textComponent As RichTextBox
)
Sub SetTextComponentToCheck ( 
	textComponent As RichTextBox
)
void SetTextComponentToCheck(
	RichTextBox^ textComponent
)
void SetTextComponentToCheck(
	RichTextBox^ textComponent
)
abstract SetTextComponentToCheck : 
        textComponent : RichTextBox -> unit 
abstract SetTextComponentToCheck : 
        textComponent : RichTextBox -> unit 
Parameters
textComponent (RichTextBox)
the TextBoxBase 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