C# 클래스 ICSharpCode.TextEditor.GutterMargin

This class views the line numbers and folding markers.
상속: AbstractMargin, IDisposable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GutterMargin ( TextArea textArea ) : System
HandleMouseDown ( Point mousepos, MouseButtons mouseButtons ) : void
Paint ( Graphics g, Rectangle rect ) : void

비공개 메소드들

메소드 설명
GutterMargin ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GutterMargin() 공개 메소드

public GutterMargin ( TextArea textArea ) : System
textArea TextArea
리턴 System

HandleMouseDown() 공개 메소드

public HandleMouseDown ( Point mousepos, MouseButtons mouseButtons ) : void
mousepos Point
mouseButtons MouseButtons
리턴 void

Paint() 공개 메소드

public Paint ( Graphics g, Rectangle rect ) : void
g System.Drawing.Graphics
rect System.Drawing.Rectangle
리턴 void