C# Class KeePass.Forms.EntryListForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public EntryListForm ( ) : System
Résultat System

InitEx() public méthode

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
Résultat void