C# Class entity.HexEditor.HexRichTextBox

The hex rich text box.
Inheritance: System.Windows.Forms.RichTextBox
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
Columns int
Offset int
Rows int
_Paint bool

Public Methods

Method Description
HexRichTextBox ( ) : System

Initializes a new instance of the HexRichTextBox class.

LoadHex ( int offset ) : void

The load hex.

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void

The on key down.

WndProc ( Message &m ) : void

The wnd proc.

Method Details

HexRichTextBox() public method

Initializes a new instance of the HexRichTextBox class.
public HexRichTextBox ( ) : System
return System

LoadHex() public method

The load hex.
public LoadHex ( int offset ) : void
offset int The offset.
return void

OnKeyDown() protected method

The on key down.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs The e.
return void

WndProc() protected method

The wnd proc.
protected WndProc ( Message &m ) : void
m Message The m.
return void

Property Details

Columns public_oe property

The columns.
public int Columns
return int

Offset public_oe property

The offset.
public int Offset
return int

Rows public_oe property

The rows.
public int Rows
return int

_Paint public_oe static_oe property

The _ paint.
public static bool _Paint
return bool