NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BinaryEditor Class

Generic editor for editing binary data. This presents a hex editing window to the user.

Object
   UITypeEditor
      BinaryEditor

[Visual Basic]
Public Class BinaryEditor
   Inherits UITypeEditor
[C#]
public class BinaryEditor : UITypeEditor
[C++]
public __gc class BinaryEditor : public UITypeEditor
[JScript]
public class BinaryEditor extends UITypeEditor

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.ComponentModel.Design.dll

See Also

BinaryEditor Members | System.ComponentModel.Design Namespace