Keyoti RapidSpell WPF API Docs
SeparateHyphenWords Property
APIKeyoti.RapidSpell.WpfRapidSpellGUIPresenterSeparateHyphenWords
Keyoti RapidSpell WPF
Sets whether to treat hyphenated (-) words as separate words, default is false.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool SeparateHyphenWords { get; set; }
public bool SeparateHyphenWords { get; set; }
Public Property SeparateHyphenWords As Boolean
	Get
	Set
Public Property SeparateHyphenWords As Boolean
	Get
	Set
public:
virtual property bool SeparateHyphenWords {
	bool get () sealed;
	void set (bool value) sealed;
}
public:
virtual property bool SeparateHyphenWords {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract SeparateHyphenWords : bool with get, set
override SeparateHyphenWords : bool with get, set
abstract SeparateHyphenWords : bool with get, set
override SeparateHyphenWords : bool with get, set
Property 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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214