C# Class KeePass.Forms.EntryListForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
EntryListForm ( ) : System
InitEx ( string strTitle, string strDescShort, string strDescLong, Image imgIcon, ImageList ilIcons, PwObjectList vEntries ) : void

Private Methods

Method Description
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

Method Details

EntryListForm() public method

public EntryListForm ( ) : System
return System

InitEx() public method

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
return void