C# 클래스 Tester.MyListView

Custom control, derived from ListView. It is implements IAutocompleteListView interface.
상속: System.Windows.Forms.ListView, IAutocompleteListView
파일 보기 프로젝트 열기: JohnyMac/AutoCompleteMenu-ScintillaNET

공개 메소드들

메소드 설명
GetItemRectangle ( int itemIndex ) : Rectangle
GetParentControl ( ) : Control
HideToolTip ( Control control ) : void
MyListView ( ) : System
ShowToolTip ( AutocompleteItem autocompleteItem, Control control = null ) : void

보호된 메소드들

메소드 설명
OnDoubleClick ( EventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void

비공개 메소드들

메소드 설명
OnItemSelected ( ) : void

메소드 상세

GetItemRectangle() 공개 메소드

public GetItemRectangle ( int itemIndex ) : Rectangle
itemIndex int
리턴 System.Drawing.Rectangle

GetParentControl() 공개 메소드

public GetParentControl ( ) : Control
리턴 System.Windows.Forms.Control

HideToolTip() 공개 메소드

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

MyListView() 공개 메소드

public MyListView ( ) : System
리턴 System

OnDoubleClick() 보호된 메소드

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

OnKeyPress() 보호된 메소드

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

ShowToolTip() 공개 메소드

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