Keyoti RapidSpell Desktop .NET API Docs
GetSeparateHyphenWords Method
APIKeyoti.RapidSpellRapidSpellGUIPresenterGetSeparateHyphenWords()()()()
Keyoti RapidSpell Desktop .NET
Gets whether to treat hyphenated (-) words as separate words, default is false.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use SeparateHyphenWords instead.", true)]
public bool GetSeparateHyphenWords()
<ObsoleteAttribute("Use SeparateHyphenWords instead.", true)> 
Public Function GetSeparateHyphenWords As Boolean
public:
[ObsoleteAttribute(L"Use SeparateHyphenWords instead.", true)]
virtual bool GetSeparateHyphenWords() sealed
[<ObsoleteAttribute("Use SeparateHyphenWords instead.", true)>]
abstract GetSeparateHyphenWords : unit -> bool 
[<ObsoleteAttribute("Use SeparateHyphenWords instead.", true)>]
override GetSeparateHyphenWords : unit -> bool 
Return 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.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204