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