C# Class ICSharpCode.TextEditor.Gui.CompletionWindow.CodeCompletionListView

Description of CodeCompletionListView.
Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnFirstItemChanged ( EventArgs e ) : void
OnMouseDown ( System e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pe ) : void
OnSelectedItemChanged ( EventArgs e ) : void

Method Details

CenterViewOn() public method

public CenterViewOn ( int index ) : void
index int
return void

ClearSelection() public method

public ClearSelection ( ) : void
return void

Close() public method

public Close ( ) : void
return void

CodeCompletionListView() public method

public CodeCompletionListView ( ICompletionData completionData ) : System
completionData ICompletionData
return System

OnFirstItemChanged() protected method

protected OnFirstItemChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( System e ) : void
e System
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

OnSelectedItemChanged() protected method

protected OnSelectedItemChanged ( EventArgs e ) : void
e System.EventArgs
return void

PageDown() public method

public PageDown ( ) : void
return void

PageUp() public method

public PageUp ( ) : void
return void

SelectIndex() public method

public SelectIndex ( int index ) : void
index int
return void

SelectItemWithStart() public method

public SelectItemWithStart ( string startText ) : void
startText string
return void

SelectNextItem() public method

public SelectNextItem ( ) : void
return void

SelectPrevItem() public method

public SelectPrevItem ( ) : void
return void