C# 클래스 ICSharpCode.TextEditor.Gui.InsightWindow.InsightWindow

상속: ICSharpCode.TextEditor.Gui.CompletionWindow.AbstractCompletionWindow
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CloseCurrentDataProvider void

공개 메소드들

메소드 설명
AddInsightDataProvider ( IInsightDataProvider provider, string fileName ) : void
HandleMouseWheel ( MouseEventArgs e ) : void
InsightWindow ( Form parentForm, TextEditorControl control ) : System
ShowInsightWindow ( ) : void

보호된 메소드들

메소드 설명
CaretOffsetChanged ( object sender, EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pe ) : void
ProcessTextAreaKey ( Keys keyData ) : bool

비공개 메소드들

메소드 설명
CloseCurrentDataProvider ( ) : void

메소드 상세

AddInsightDataProvider() 공개 메소드

public AddInsightDataProvider ( IInsightDataProvider provider, string fileName ) : void
provider IInsightDataProvider
fileName string
리턴 void

CaretOffsetChanged() 보호된 메소드

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

HandleMouseWheel() 공개 메소드

public HandleMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

InsightWindow() 공개 메소드

public InsightWindow ( Form parentForm, TextEditorControl control ) : System
parentForm System.Windows.Forms.Form
control ICSharpCode.TextEditor.TextEditorControl
리턴 System

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs pe ) : void
pe PaintEventArgs
리턴 void

ProcessTextAreaKey() 보호된 메소드

protected ProcessTextAreaKey ( Keys keyData ) : bool
keyData Keys
리턴 bool

ShowInsightWindow() 공개 메소드

public ShowInsightWindow ( ) : void
리턴 void