Version

AllowCapitalizedWords Property

Gets/Sets whether to Allow words with all capital letters.
Syntax
'Declaration
 
Public Property AllowCapitalizedWords As Boolean
public bool AllowCapitalizedWords {get; set;}
Remarks
Performance increases marginally if set to true. When set to "True" words that only have capitalized letters are ignored. When set to "False", words with all capitalized letters will be treated as a normal word.
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