Keyoti RapidSpell Silverlight API Docs
GetSeparateHyphenWords Method
APIKeyoti.RapidSpellRapidSpellGUIPresenterGetSeparateHyphenWords()()()
Keyoti RapidSpell Silverlight
Gets whether to treat hyphenated (-) words as separate words, default is false.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use SeparateHyphenWords instead.", true)]
public bool GetSeparateHyphenWords()
<ObsoleteAttribute("Use SeparateHyphenWords instead.", True)> _
Public Function GetSeparateHyphenWords As Boolean
[ObsoleteAttribute(L"Use SeparateHyphenWords instead.", true)]
public:
bool GetSeparateHyphenWords()
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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight) Version: 2.0.12.706 (2.0.12.706)