C# 클래스 AutocompleteMenuNS.AutocompleteListView

상속: System.Windows.Forms.UserControl, IAutocompleteListView
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 메소드들

메소드 설명
GetItemRectangle ( int itemIndex ) : Rectangle
SelectItem ( int itemIndex ) : void
SetItems ( List items ) : void
ShowToolTip ( AutocompleteItem autocompleteItem, Control control = null ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnMouseClick ( MouseEventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
AdjustScroll ( ) : void
AutocompleteListView ( ) : System
OnItemHovered ( HoveredEventArgs e ) : void
OnItemSelected ( ) : void
PointToItemIndex ( Point p ) : int
ScrollToSelected ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetItemRectangle() 공개 메소드

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

OnMouseClick() 보호된 메소드

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseDoubleClick() 보호된 메소드

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnScroll() 보호된 메소드

protected OnScroll ( ScrollEventArgs se ) : void
se System.Windows.Forms.ScrollEventArgs
리턴 void

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
리턴 bool

SelectItem() 공개 메소드

public SelectItem ( int itemIndex ) : void
itemIndex int
리턴 void

SetItems() 공개 메소드

public SetItems ( List items ) : void
items List
리턴 void

ShowToolTip() 공개 메소드

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