Keyoti RapidSpell WPF API Docs
SetSeparateHyphenWords Method (f)
APIKeyoti.RapidSpell.WpfRapidSpellCheckerSetSeparateHyphenWords(Boolean)
Keyoti RapidSpell WPF
Sets whether to treat hyphenated (-) words as separate words, default is false.
Declaration Syntax
C#Visual BasicVisual C++
public void SetSeparateHyphenWords(
	bool f
)
Public Sub SetSeparateHyphenWords ( _
	f As Boolean _
)
public:
virtual void SetSeparateHyphenWords(
	bool f
) sealed
Parameters
f (Boolean)
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". Also see LookIntoHyphenatedText.

Assembly: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827