Keyoti RapidSpell Web .NET Help Docs
LookIntoHyphenatedText Property
API DocumentationKeyoti.RapidSpellRapidSpellWInlineLookIntoHyphenatedText
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#Visual BasicVisual C++
public bool LookIntoHyphenatedText { get; set; }
Public Property LookIntoHyphenatedText As Boolean
public:
property bool LookIntoHyphenatedText {
	bool get ();
	void set (bool value);
}
Remarks
Eg. "socio-economic" will be checked as "socio" and "economic".

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625