SGML is case insensitive, so here you can choose between converting to lower case or upper case tags. "None" means that the case is left alone, except that end tags will be folded to match the start tags.

Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public enum CaseFolding
Visual Basic
Public Enumeration CaseFolding
Visual C++
public enum class CaseFolding

Members

Member nameValueDescription
None0
ToUpper1
ToLower2

See Also