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
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public bool LookIntoHyphenatedText { get; set; }
public bool LookIntoHyphenatedText { get; set; }
Public Property LookIntoHyphenatedText As Boolean Get Set
Public Property LookIntoHyphenatedText As Boolean Get Set
public: virtual property bool LookIntoHyphenatedText { bool get () sealed; void set (bool value) sealed; }
public: virtual property bool LookIntoHyphenatedText { bool get () sealed; void set (bool value) sealed; }
abstract LookIntoHyphenatedText : bool with get, set override LookIntoHyphenatedText : bool with get, set
abstract LookIntoHyphenatedText : bool with get, set override LookIntoHyphenatedText : bool with get, set
 Property Value
 Property Value Remarks
 RemarksEg. "socio-economic" will be checked as "socio" and "economic".
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

