This documentation is archived and is not being maintained.
DisplayMode Enumeration
.NET Framework 1.1
Defines identifiers that indicate the display modes used by ByteViewer.
[Visual Basic] <Serializable> Public Enum DisplayMode [C#] [Serializable] public enum DisplayMode [C++] [Serializable] __value public enum DisplayMode [JScript] public Serializable enum DisplayMode
Remarks
The DisplayMode identifiers are used to indicate the display mode used to display each byte sequence.
Members
| Member name | Description |
|---|---|
| Ansi | An ANSI format display. |
| Auto | A display mode that automatically selects a display mode. In this mode, the bytes are examined to determine if they are hexadecimal or printable. If the bytes are in hexadecimal format, the Hexdump mode is selected. If the characters match a printable character set, a test is run to automatically select either the Ansi or Unicode display mode. |
| Hexdump | A hexadecimal format display. |
| Unicode | A Unicode format display. |
Requirements
Namespace: System.ComponentModel.Design
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Design (in System.Design.dll)
See Also
Show: