Keyoti RapidSpell WPF API Docs
SetSeparateHyphenWords Method (f)
APIKeyoti.RapidSpell.WpfRapidSpellCheckerSetSeparateHyphenWords(Boolean)
Keyoti RapidSpell WPF
Sets whether to treat hyphenated (-) words as separate words, default is false.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void SetSeparateHyphenWords(
	bool f
)
public void SetSeparateHyphenWords(
	bool f
)
Public Sub SetSeparateHyphenWords ( 
	f As Boolean
)
Public Sub SetSeparateHyphenWords ( 
	f As Boolean
)
public:
virtual void SetSeparateHyphenWords(
	bool f
) sealed
public:
virtual void SetSeparateHyphenWords(
	bool f
) sealed
abstract SetSeparateHyphenWords : 
        f : bool -> unit 
override SetSeparateHyphenWords : 
        f : bool -> unit 
abstract SetSeparateHyphenWords : 
        f : bool -> unit 
override 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". Also see LookIntoHyphenatedText.

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214