Keyoti RapidSpell WPF API Docs
isBetweenWordChars Method (position, previousIsIfThisIs, nextIsIfThisIs)
APIKeyoti.RapidSpell.Wpf.FrameWorkSpecificSimpleTextBoundaryisBetweenWordChars(Int32, Boolean, Boolean)
Keyoti RapidSpell WPF
Whether the character at position is between nonbreaking white space or letters or digits.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual bool isBetweenWordChars(
	int position,
	bool previousIsIfThisIs,
	bool nextIsIfThisIs
)
Protected Overridable Function isBetweenWordChars ( _
	position As Integer, _
	previousIsIfThisIs As Boolean, _
	nextIsIfThisIs As Boolean _
) As Boolean
protected:
virtual bool isBetweenWordChars(
	int position, 
	bool previousIsIfThisIs, 
	bool nextIsIfThisIs
)
Parameters
position (Int32)
previousIsIfThisIs (Boolean)
nextIsIfThisIs (Boolean)

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