C# 클래스 entity.HexEditor.HexRichTextBox

The hex rich text box.
상속: System.Windows.Forms.RichTextBox
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
Columns int
Offset int
Rows int
_Paint bool

공개 메소드들

메소드 설명
HexRichTextBox ( ) : System

Initializes a new instance of the HexRichTextBox class.

LoadHex ( int offset ) : void

The load hex.

보호된 메소드들

메소드 설명
OnKeyDown ( KeyEventArgs e ) : void

The on key down.

WndProc ( Message &m ) : void

The wnd proc.

메소드 상세

HexRichTextBox() 공개 메소드

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

LoadHex() 공개 메소드

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

OnKeyDown() 보호된 메소드

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

WndProc() 보호된 메소드

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

프로퍼티 상세

Columns 공개적으로 프로퍼티

The columns.
public int Columns
리턴 int

Offset 공개적으로 프로퍼티

The offset.
public int Offset
리턴 int

Rows 공개적으로 프로퍼티

The rows.
public int Rows
리턴 int

_Paint 공개적으로 정적으로 프로퍼티

The _ paint.
public static bool _Paint
리턴 bool