Keyoti RapidSpell WPF API Docs
Check Method (textComponent)
APIKeyoti.RapidSpell.WpfRapidSpellGUIPresenterCheck(ISpellCheckableTextComponent)
Keyoti RapidSpell WPF
Bring up the spell checker Form and start checking the TextBoxBase textComponent.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void Check(
	ISpellCheckableTextComponent textComponent
)
public virtual void Check(
	ISpellCheckableTextComponent textComponent
)
Public Overridable Sub Check ( 
	textComponent As ISpellCheckableTextComponent
)
Public Overridable Sub Check ( 
	textComponent As ISpellCheckableTextComponent
)
public:
virtual void Check(
	ISpellCheckableTextComponent^ textComponent
)
public:
virtual void Check(
	ISpellCheckableTextComponent^ textComponent
)
abstract Check : 
        textComponent : ISpellCheckableTextComponent -> unit 
override Check : 
        textComponent : ISpellCheckableTextComponent -> unit 
abstract Check : 
        textComponent : ISpellCheckableTextComponent -> unit 
override Check : 
        textComponent : ISpellCheckableTextComponent -> unit 
Parameters
Exceptions
ExceptionCondition
ArgumentNullExceptionif textComponent parameter is null.

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