Keyoti RapidSpell WPF Whether to 'look into' text with hyphens (-), if the word has hyphens in it and
LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.

Declaration Syntax
public bool LookIntoHyphenatedText { get; set; }Public Property LookIntoHyphenatedText As Boolean
public:
virtual property bool LookIntoHyphenatedText {
bool get () sealed;
void set (bool value) sealed;
}
Remarks
Eg. "socio-economic" will be checked as "socio" and "economic".
Assembly:
Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827