System.ComponentModel.Design.DisplayMode Enumeration

Defines identifiers that indicate the display modes used by System.ComponentModel.Design.ByteViewer.

Syntax

public enum DisplayMode

Remarks

The System.ComponentModel.Design.DisplayMode identifiers are used to indicate the display mode used to display each byte sequence.

Members

Member NameDescription
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 DisplayMode.Hexdump mode is selected. If the characters match a printable character set, a test is run to automatically select either the DisplayMode.Ansi or DisplayMode.Unicode display mode.

Hexdump

A hexadecimal format display.

Unicode

A Unicode format display.

Requirements

Namespace: System.ComponentModel.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0