C# 클래스 ME3Explorer.KFreonSearchForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
KFreonSearchForm ( Form callingForm ) : KFreonLib.Textures
LoadSearch ( ) : void
Reset ( ) : void
SearchAllv5 ( string searchString, ListBox box, string searchType ) : void

비공개 메소드들

메소드 설명
FocusFirst ( ) : void
Form_Closing ( object sender, FormClosingEventArgs e ) : void
InputBox_Enter ( object sender, EventArgs e ) : void
InputBox_Leave ( object sender, EventArgs e ) : void
InputBox_TextChanged ( object sender, EventArgs e ) : void
Search_HandleCreated ( object sender, EventArgs e ) : void
Search_Load ( object sender, EventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

KFreonSearchForm() 공개 메소드

public KFreonSearchForm ( Form callingForm ) : KFreonLib.Textures
callingForm System.Windows.Forms.Form
리턴 KFreonLib.Textures

LoadSearch() 공개 메소드

public LoadSearch ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SearchAllv5() 공개 메소드

public SearchAllv5 ( string searchString, ListBox box, string searchType ) : void
searchString string
box System.Windows.Forms.ListBox
searchType string
리턴 void