C# 클래스 System.Windows.Forms.TextBox.AutoCompleteListBox

상속: Control
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

Private Properties

프로퍼티 타입 설명
GetItemAt int
GetItemBounds System.Drawing.Rectangle
GetLastVisibleItem int
LayoutListBox void
VScrollValueChanged void

공개 메소드들

메소드 설명
AutoCompleteListBox ( TextBox tb ) : System
EnsureVisible ( int index ) : void
HideListBox ( bool set_text ) : void
Scroll ( int lines ) : void

보호된 메소드들

메소드 설명
OnMouseDown ( MouseEventArgs args ) : void
OnResize ( EventArgs args ) : void

비공개 메소드들

메소드 설명
GetItemAt ( Point loc ) : int
GetItemBounds ( int index ) : Rectangle
GetLastVisibleItem ( ) : int
LayoutListBox ( ) : void
VScrollValueChanged ( object o, EventArgs args ) : void

메소드 상세

AutoCompleteListBox() 공개 메소드

public AutoCompleteListBox ( TextBox tb ) : System
tb TextBox
리턴 System

EnsureVisible() 공개 메소드

public EnsureVisible ( int index ) : void
index int
리턴 void

HideListBox() 공개 메소드

public HideListBox ( bool set_text ) : void
set_text bool
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs args ) : void
args MouseEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs args ) : void
args System.EventArgs
리턴 void

Scroll() 공개 메소드

public Scroll ( int lines ) : void
lines int
리턴 void