C# 클래스 Alexandria.BetterRichTextBox

상속: System.Windows.Forms.RichTextBox
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
BeginUpdate ( ) : void

Start updating the text box.

BetterRichTextBox ( ) : System

Initialize the BetterRichTextBox.

EndUpdate ( ) : void

Finish updating the text box.

비공개 메소드들

메소드 설명
SendMessage ( IntPtr hWnd, int msg, IntPtr wp, IntPtr lp ) : IntPtr

메소드 상세

BeginUpdate() 공개 메소드

Start updating the text box.
public BeginUpdate ( ) : void
리턴 void

BetterRichTextBox() 공개 메소드

Initialize the BetterRichTextBox.
public BetterRichTextBox ( ) : System
리턴 System

EndUpdate() 공개 메소드

Finish updating the text box.
public EndUpdate ( ) : void
리턴 void