Keyoti RapidSpell WPF API Docs
IsWord Method (wordStart, wordEnd)
APIKeyoti.RapidSpell.WpfRapidSpellCheckerIsWord(Int32, Int32)
Keyoti RapidSpell WPF
Whether the word defined by the parameters is a word or whitespace.
Declaration Syntax
C#Visual BasicVisual C++
protected internal virtual bool IsWord(
	int wordStart,
	int wordEnd
)
Protected Friend Overridable Function IsWord ( _
	wordStart As Integer, _
	wordEnd As Integer _
) As Boolean
protected public:
virtual bool IsWord(
	int wordStart, 
	int wordEnd
)
Parameters
wordStart (Int32)
wordEnd (Int32)
Return Value
True if is a word, false if whitespace.

Assembly: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827