C# 클래스 KeePass.Forms.EntryListForm

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

공개 메소드들

메소드 설명
EntryListForm ( ) : System
InitEx ( string strTitle, string strDescShort, string strDescLong, Image imgIcon, ImageList ilIcons, PwObjectList vEntries ) : void

비공개 메소드들

메소드 설명
CleanUpEx ( ) : void
EnableControlsEx ( ) : void
GetSelectedEntry ( bool bSetDialogResult ) : bool
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnEntriesItemActivate ( object sender, EventArgs e ) : void
OnEntriesSelectedIndexChanged ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
ProcessResize ( ) : void

메소드 상세

EntryListForm() 공개 메소드

public EntryListForm ( ) : System
리턴 System

InitEx() 공개 메소드

public InitEx ( string strTitle, string strDescShort, string strDescLong, Image imgIcon, ImageList ilIcons, PwObjectList vEntries ) : void
strTitle string
strDescShort string
strDescLong string
imgIcon Image
ilIcons System.Windows.Forms.ImageList
vEntries PwObjectList
리턴 void