This class implements a ByteViewer component. This component is capable of displaying byte arrays in HEXDUMP, ANSI and UNICODE views. The HEXDUMP view is a view with hex values and corresponding byte representations (chars). The dafault number of columns is 16. The ANSI and UNICODE views show the byte aray in a read only edit box. In this view the null characters are replaced with Windows box charcter alowing to display the entire buffer. The AUTO view selects a default display mode based on the contents of the byte array. It uses a simple algorithm to establish what kind of data is stored in the buffer
Object
MarshalByRefObject
MarshalByRefComponent
Control
RichControl
ByteViewer
[Visual Basic] Public Class ByteViewer Inherits RichControl [C#] public class ByteViewer : RichControl [C++] public __gc class ByteViewer : public RichControl [JScript] public class ByteViewer extends RichControl
[To be supplied.]
Namespace: System.ComponentModel.Design
Assembly: System.ComponentModel.Design.dll