C# Class Tester.MyListView

Custom control, derived from ListView. It is implements IAutocompleteListView interface.
Inheritance: System.Windows.Forms.ListView, IAutocompleteListView
Afficher le fichier Open project: JohnyMac/AutoCompleteMenu-ScintillaNET

Méthodes publiques

Méthode Description
GetItemRectangle ( int itemIndex ) : Rectangle
GetParentControl ( ) : Control
HideToolTip ( Control control ) : void
MyListView ( ) : System
ShowToolTip ( AutocompleteItem autocompleteItem, Control control = null ) : void

Méthodes protégées

Méthode Description
OnDoubleClick ( EventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void

Private Methods

Méthode Description
OnItemSelected ( ) : void

Method Details

GetItemRectangle() public méthode

public GetItemRectangle ( int itemIndex ) : Rectangle
itemIndex int
Résultat System.Drawing.Rectangle

GetParentControl() public méthode

public GetParentControl ( ) : Control
Résultat System.Windows.Forms.Control

HideToolTip() public méthode

public HideToolTip ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

MyListView() public méthode

public MyListView ( ) : System
Résultat System

OnDoubleClick() protected méthode

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

OnKeyPress() protected méthode

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
Résultat void

ShowToolTip() public méthode

public ShowToolTip ( AutocompleteItem autocompleteItem, Control control = null ) : void
autocompleteItem AutocompleteMenuNS.AutocompleteItem
control System.Windows.Forms.Control
Résultat void