C# Class KeePass.Forms.FieldRefForm

Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
FieldRefForm ( ) : System
InitEx ( PwGroup pgEntrySource, ImageList ilClientIcons ) : void

Méthodes protégées

Méthode Description
ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Méthode Description
CreateResultRef ( ) : bool
EnableChildControls ( ) : void
GetSelectedEntry ( ) : PwEntry
IdMatchesMultipleTimes ( string strSearch, char tchField ) : bool
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnHelp ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnEntriesSelectedIndexChanged ( object sender, EventArgs e ) : void
OnFilterKeyDown ( object sender, KeyEventArgs e ) : void
OnFilterKeyUp ( object sender, KeyEventArgs e ) : void
OnFormClosed ( object sender, FormClosedEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void

Method Details

FieldRefForm() public méthode

public FieldRefForm ( ) : System
Résultat System

InitEx() public méthode

public InitEx ( PwGroup pgEntrySource, ImageList ilClientIcons ) : void
pgEntrySource PwGroup
ilClientIcons ImageList
Résultat void

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Résultat bool