Keyoti RapidSpell Silverlight API Docs
SeparateHyphenWords Property
APIKeyoti.RapidSpellRapidSpellDialogSeparateHyphenWords
Keyoti RapidSpell Silverlight
Whether to treat hyphenated (-) words as separate words, default is false.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool SeparateHyphenWords { get; set; }
Public Property SeparateHyphenWords As Boolean
	Get
	Set
public:
property bool SeparateHyphenWords {
	bool get ();
	void set (bool value);
}
member 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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)