C# 클래스 ICSharpCode.TextEditor.Gui.CompletionWindow.CodeCompletionListView

Description of CodeCompletionListView.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
CenterViewOn ( int index ) : void
ClearSelection ( ) : void
Close ( ) : void
CodeCompletionListView ( ICompletionData completionData ) : System
PageDown ( ) : void
PageUp ( ) : void
SelectIndex ( int index ) : void
SelectItemWithStart ( string startText ) : void
SelectNextItem ( ) : void
SelectPrevItem ( ) : void

보호된 메소드들

메소드 설명
OnFirstItemChanged ( EventArgs e ) : void
OnMouseDown ( System e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pe ) : void
OnSelectedItemChanged ( EventArgs e ) : void

메소드 상세

CenterViewOn() 공개 메소드

public CenterViewOn ( int index ) : void
index int
리턴 void

ClearSelection() 공개 메소드

public ClearSelection ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

CodeCompletionListView() 공개 메소드

public CodeCompletionListView ( ICompletionData completionData ) : System
completionData ICompletionData
리턴 System

OnFirstItemChanged() 보호된 메소드

protected OnFirstItemChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDown() 보호된 메소드

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

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

OnSelectedItemChanged() 보호된 메소드

protected OnSelectedItemChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

PageDown() 공개 메소드

public PageDown ( ) : void
리턴 void

PageUp() 공개 메소드

public PageUp ( ) : void
리턴 void

SelectIndex() 공개 메소드

public SelectIndex ( int index ) : void
index int
리턴 void

SelectItemWithStart() 공개 메소드

public SelectItemWithStart ( string startText ) : void
startText string
리턴 void

SelectNextItem() 공개 메소드

public SelectNextItem ( ) : void
리턴 void

SelectPrevItem() 공개 메소드

public SelectPrevItem ( ) : void
리턴 void