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

Description of CodeCompletionListView.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

public CenterViewOn ( int index ) : void
index int
Résultat void

ClearSelection() public méthode

public ClearSelection ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CodeCompletionListView() public méthode

public CodeCompletionListView ( ICompletionData completionData ) : System
completionData ICompletionData
Résultat System

OnFirstItemChanged() protected méthode

protected OnFirstItemChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( System e ) : void
e System
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

OnSelectedItemChanged() protected méthode

protected OnSelectedItemChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

PageDown() public méthode

public PageDown ( ) : void
Résultat void

PageUp() public méthode

public PageUp ( ) : void
Résultat void

SelectIndex() public méthode

public SelectIndex ( int index ) : void
index int
Résultat void

SelectItemWithStart() public méthode

public SelectItemWithStart ( string startText ) : void
startText string
Résultat void

SelectNextItem() public méthode

public SelectNextItem ( ) : void
Résultat void

SelectPrevItem() public méthode

public SelectPrevItem ( ) : void
Résultat void