Keyoti RapidSpell Desktop .NET API Docs
IsInIgnorePos Method (pos)
APIKeyoti.RapidSpellRapidSpellAsYouTypeAgentIsInIgnorePos(Int32)
Keyoti RapidSpell Desktop .NET
Whether to ignore words starting at this position.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected virtual bool IsInIgnorePos(
	int pos
)
protected virtual bool IsInIgnorePos(
	int pos
)
Protected Overridable Function IsInIgnorePos ( 
	pos As Integer
) As Boolean
Protected Overridable Function IsInIgnorePos ( 
	pos As Integer
) As Boolean
protected:
virtual bool IsInIgnorePos(
	int pos
)
protected:
virtual bool IsInIgnorePos(
	int pos
)
abstract IsInIgnorePos : 
        pos : int -> bool 
override IsInIgnorePos : 
        pos : int -> bool 
abstract IsInIgnorePos : 
        pos : int -> bool 
override IsInIgnorePos : 
        pos : int -> bool 
Parameters
pos (Int32)
The position in the text.
Return Value
Boolean
True/False as to whether the character at pos should be ignored.
Remarks
Override this method to customize which regions of a document are ignored.

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