Version

AutoCasingMode Property

Gets or sets the auto-casing behaviors to use when the language has case-insensitive keywords and other terminal symbols.
Syntax
'Declaration
 
Public Property AutoCasingMode As TextDocumentAutoCasingMode
public TextDocumentAutoCasingMode AutoCasingMode {get; set;}
Remarks

When a Infragistics.Documents.Parsing.TerminalSymbol is created with a Infragistics.Documents.Parsing.TerminalSymbol.Comparison value of LiteralIgnoreCase, the Infragistics.Documents.Parsing.TerminalSymbol.Value is used to case-insensitively match text. However, if the text does not match the Value exactly, the document can automatically adjust the case to match that of the Value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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