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.ToolsAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | ||
ToUpper | 1 | ||
ToLower | 2 |