Sets whether to treat hyphenated (-) words as separate words, default is false. 
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
[ObsoleteAttribute("Use SeparateHyphenWords instead.", true)] public void SetSeparateHyphenWords( bool f )
[ObsoleteAttribute("Use SeparateHyphenWords instead.", true)] public void SetSeparateHyphenWords( bool f )
<ObsoleteAttribute("Use SeparateHyphenWords instead.", true)> Public Sub SetSeparateHyphenWords ( f As Boolean )
<ObsoleteAttribute("Use SeparateHyphenWords instead.", true)> Public Sub SetSeparateHyphenWords ( f As Boolean )
public: [ObsoleteAttribute(L"Use SeparateHyphenWords instead.", true)] virtual void SetSeparateHyphenWords( bool f ) sealed
public: [ObsoleteAttribute(L"Use SeparateHyphenWords instead.", true)] virtual void SetSeparateHyphenWords( bool f ) sealed
[<ObsoleteAttribute("Use SeparateHyphenWords instead.", true)>] abstract SetSeparateHyphenWords : f : bool -> unit [<ObsoleteAttribute("Use SeparateHyphenWords instead.", true)>] override SetSeparateHyphenWords : f : bool -> unit
[<ObsoleteAttribute("Use SeparateHyphenWords instead.", true)>] abstract SetSeparateHyphenWords : f : bool -> unit [<ObsoleteAttribute("Use SeparateHyphenWords instead.", true)>] override SetSeparateHyphenWords : f : bool -> unit
 Parameters
 Parameters- f (Boolean)
 Remarks
 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.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

