Keyoti RapidSpell Web .NET Help Docs
LookIntoHyphenatedText Property
API DocumentationKeyoti.RapidSpellRapidSpellCheckerLookIntoHyphenatedText
Keyoti RapidSpell Web .NET
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool LookIntoHyphenatedText { get; set; }
public bool LookIntoHyphenatedText { get; set; }
Public Property LookIntoHyphenatedText As Boolean
	Get
	Set
Public Property LookIntoHyphenatedText As Boolean
	Get
	Set
public:
virtual property bool LookIntoHyphenatedText {
	bool get () sealed;
	void set (bool value) sealed;
}
public:
virtual property bool LookIntoHyphenatedText {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract LookIntoHyphenatedText : bool with get, set
override LookIntoHyphenatedText : bool with get, set
abstract LookIntoHyphenatedText : bool with get, set
override LookIntoHyphenatedText : bool with get, set
Property Value
Boolean
Remarks
Eg. "socio-economic" will be checked as "socio" and "economic".

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331