C# 클래스 ICSharpCode.TextEditor.TextEditorControl

상속: TextEditorControlBase
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
textAreaPanel System.Windows.Forms.Panel

Private Properties

프로퍼티 타입 설명
MeasurePrintingHeight float

공개 메소드들

메소드 설명
EndUpdate ( ) : void
OptionsChanged ( ) : void
Redo ( ) : void
SetHighlighting ( string name ) : void
Split ( ) : void
TextEditorControl ( ) : System
Undo ( ) : void

보호된 메소드들

메소드 설명
Advance ( float &x, float &y, float maxWidth, float size, float fontHeight ) : void
BeginPrint ( object sender, System.Drawing.Printing.PrintEventArgs ev ) : void
CommitUpdateRequested ( object sender, EventArgs e ) : void
Dispose ( bool disposing ) : void
DrawLine ( Graphics g, LineSegment line, float yPos, RectangleF margin ) : void
InitializeTextAreaControl ( TextAreaControl newControl ) : void
PrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs ev ) : void
SetActiveTextAreaControl ( TextAreaControl value ) : void

비공개 메소드들

메소드 설명
MeasurePrintingHeight ( Graphics g, LineSegment line, float maxWidth ) : float

메소드 상세

Advance() 보호된 메소드

protected Advance ( float &x, float &y, float maxWidth, float size, float fontHeight ) : void
x float
y float
maxWidth float
size float
fontHeight float
리턴 void

BeginPrint() 보호된 메소드

protected BeginPrint ( object sender, System.Drawing.Printing.PrintEventArgs ev ) : void
sender object
ev System.Drawing.Printing.PrintEventArgs
리턴 void

CommitUpdateRequested() 보호된 메소드

protected CommitUpdateRequested ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DrawLine() 보호된 메소드

protected DrawLine ( Graphics g, LineSegment line, float yPos, RectangleF margin ) : void
g System.Drawing.Graphics
line ICSharpCode.TextEditor.Document.LineSegment
yPos float
margin System.Drawing.RectangleF
리턴 void

EndUpdate() 공개 메소드

public EndUpdate ( ) : void
리턴 void

InitializeTextAreaControl() 보호된 메소드

protected InitializeTextAreaControl ( TextAreaControl newControl ) : void
newControl TextAreaControl
리턴 void

OptionsChanged() 공개 메소드

public OptionsChanged ( ) : void
리턴 void

PrintPage() 보호된 메소드

protected PrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs ev ) : void
sender object
ev System.Drawing.Printing.PrintPageEventArgs
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

SetActiveTextAreaControl() 보호된 메소드

protected SetActiveTextAreaControl ( TextAreaControl value ) : void
value TextAreaControl
리턴 void

SetHighlighting() 공개 메소드

public SetHighlighting ( string name ) : void
name string
리턴 void

Split() 공개 메소드

public Split ( ) : void
리턴 void

TextEditorControl() 공개 메소드

public TextEditorControl ( ) : System
리턴 System

Undo() 공개 메소드

public Undo ( ) : void
리턴 void

프로퍼티 상세

textAreaPanel 보호되어 있는 프로퍼티

protected Panel,System.Windows.Forms textAreaPanel
리턴 System.Windows.Forms.Panel