C# 클래스 TpTrayUtility.Controls.TpComboBox

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility

공개 메소드들

메소드 설명
AddItem ( string text ) : void
AddItem ( string text, string value ) : void
Clear ( ) : void
SelectItem ( string text ) : void
Sort ( Comparison pattern ) : void
SortByName ( ) : void
TpComboBox ( ) : System

보호된 메소드들

메소드 설명
InitilizeComponent ( ) : void

비공개 메소드들

메소드 설명
Host_DropDownOpened ( object sender, EventArgs e ) : void
Host_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Initilize ( ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( string text ) : void
text string
리턴 void

AddItem() 공개 메소드

public AddItem ( string text, string value ) : void
text string
value string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

InitilizeComponent() 보호된 메소드

protected InitilizeComponent ( ) : void
리턴 void

SelectItem() 공개 메소드

public SelectItem ( string text ) : void
text string
리턴 void

Sort() 공개 메소드

public Sort ( Comparison pattern ) : void
pattern Comparison
리턴 void

SortByName() 공개 메소드

public SortByName ( ) : void
리턴 void

TpComboBox() 공개 메소드

public TpComboBox ( ) : System
리턴 System