Keyoti RapidSpell Web .NET Help Docs
SeparateHyphenWords Property
API DocumentationKeyoti.RapidSpellRapidSpellWInlineSeparateHyphenWords
Keyoti RapidSpell Web .NET
Whether to treat hyphenated (-) words as separate words, default is false.
Declaration Syntax
C#Visual BasicVisual C++
public bool SeparateHyphenWords { get; set; }
Public Property SeparateHyphenWords As Boolean
public:
property bool SeparateHyphenWords {
	bool get ();
	void set (bool value);
}
Remarks
For eg. if this is true text like "cheap-deals" will be treated as two words "cheap" and "deals", otherwise this will be treated as one word "cheap-deals".

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