Keyoti RapidSpell Desktop .NET API Docs
GetNumberOfCurrentSpellingErrors Method (tb)
APIKeyoti.RapidSpellRapidSpellAsYouTypeGetNumberOfCurrentSpellingErrors(TextBoxBase)
Keyoti RapidSpell Desktop .NET
Returns the number of spelling errors currently in the tb, where tb is a textbox currently being spell checked.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int GetNumberOfCurrentSpellingErrors(
	TextBoxBase tb
)
public int GetNumberOfCurrentSpellingErrors(
	TextBoxBase tb
)
Public Function GetNumberOfCurrentSpellingErrors ( 
	tb As TextBoxBase
) As Integer
Public Function GetNumberOfCurrentSpellingErrors ( 
	tb As TextBoxBase
) As Integer
public:
int GetNumberOfCurrentSpellingErrors(
	TextBoxBase^ tb
)
public:
int GetNumberOfCurrentSpellingErrors(
	TextBoxBase^ tb
)
member GetNumberOfCurrentSpellingErrors : 
        tb : TextBoxBase -> int 
member GetNumberOfCurrentSpellingErrors : 
        tb : TextBoxBase -> int 
Parameters
Return Value
Int32
Number of errors, or -1 if the text box is not being spell checked.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412