Keyoti RapidSpell Web .NET Help Docs
LookIntoHyphenatedText Property
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherLookIntoHyphenatedText
Keyoti RapidSpell Web .NET
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
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool LookIntoHyphenatedText { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool LookIntoHyphenatedText { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property LookIntoHyphenatedText As Boolean
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property LookIntoHyphenatedText As Boolean
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool LookIntoHyphenatedText {
	bool get ();
	void set (bool value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool LookIntoHyphenatedText {
	bool get ();
	void set (bool value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member LookIntoHyphenatedText : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member LookIntoHyphenatedText : bool with get, set
Property Value
Boolean
Remarks
Eg. "socio-economic" will be checked as "socio" and "economic".

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331