C# Class Tester.MyListView

Custom control, derived from ListView. It is implements IAutocompleteListView interface.
Inheritance: System.Windows.Forms.ListView, IAutocompleteListView
ファイルを表示 Open project: JohnyMac/AutoCompleteMenu-ScintillaNET

Public Methods

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

Protected Methods

Method Description
OnDoubleClick ( EventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void

Private Methods

Method Description
OnItemSelected ( ) : void

Method Details

GetItemRectangle() public method

public GetItemRectangle ( int itemIndex ) : Rectangle
itemIndex int
return System.Drawing.Rectangle

GetParentControl() public method

public GetParentControl ( ) : Control
return System.Windows.Forms.Control

HideToolTip() public method

public HideToolTip ( Control control ) : void
control System.Windows.Forms.Control
return void

MyListView() public method

public MyListView ( ) : System
return System

OnDoubleClick() protected method

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

OnKeyPress() protected method

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
return void

ShowToolTip() public method

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