Keyoti RapidSpell Desktop .NET API Docs
SetSeparateHyphenWords Method (f)
APIKeyoti.RapidSpellIUserInterfaceFormPresenterSetSeparateHyphenWords(Boolean)
Keyoti RapidSpell Desktop .NET
Sets whether to treat hyphenated (-) words as separate words, default is false.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
void SetSeparateHyphenWords(
	bool f
)
void SetSeparateHyphenWords(
	bool f
)
Sub SetSeparateHyphenWords ( 
	f As Boolean
)
Sub SetSeparateHyphenWords ( 
	f As Boolean
)
void SetSeparateHyphenWords(
	bool f
)
void SetSeparateHyphenWords(
	bool f
)
abstract SetSeparateHyphenWords : 
        f : bool -> unit 
abstract SetSeparateHyphenWords : 
        f : bool -> unit 
Parameters
f (Boolean)
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412