Version

CheckHyphenatedText Property

Gets/Sets whether to check text with hyphenate.
Syntax
'Declaration
 
Public Property CheckHyphenatedText As Boolean
public bool CheckHyphenatedText {get; set;}
Remarks
When set to "True" the hyphenated text is checked as separate words. When set to "False" the hyphenated text is checked as one word. If that word is in the dictionary it will be marked as correct. True: The word "after-effect" would be treated as "after" and "effect". False: The word "after-effect" would be treated as "after-effect". For both "true" and "false", if misspelled the whole word will be marked as misspelled.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also