Keyoti RapidSpell WPF API Docs
SetTextComponentToCheck Method (textComponent)
APIKeyoti.RapidSpell.WpfRapidSpellGUIPresenterSetTextComponentToCheck(ISpellCheckableTextComponent)
Keyoti RapidSpell WPF
Sets the ISpellCheckableTextComponent that this GUI will spell check.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void SetTextComponentToCheck(
	ISpellCheckableTextComponent textComponent
)
public virtual void SetTextComponentToCheck(
	ISpellCheckableTextComponent textComponent
)
Public Overridable Sub SetTextComponentToCheck ( 
	textComponent As ISpellCheckableTextComponent
)
Public Overridable Sub SetTextComponentToCheck ( 
	textComponent As ISpellCheckableTextComponent
)
public:
virtual void SetTextComponentToCheck(
	ISpellCheckableTextComponent^ textComponent
)
public:
virtual void SetTextComponentToCheck(
	ISpellCheckableTextComponent^ textComponent
)
abstract SetTextComponentToCheck : 
        textComponent : ISpellCheckableTextComponent -> unit 
override SetTextComponentToCheck : 
        textComponent : ISpellCheckableTextComponent -> unit 
abstract SetTextComponentToCheck : 
        textComponent : ISpellCheckableTextComponent -> unit 
override SetTextComponentToCheck : 
        textComponent : ISpellCheckableTextComponent -> unit 
Parameters
textComponent (ISpellCheckableTextComponent)
the ISpellCheckableTextComponent 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