C# Class KeePass.Forms.SearchForm

Form in which the user can configure search parameters. This dialog performs the search itself and returns the result in the SearchResultsGroup property.
Inheritance: System.Windows.Forms.Form, IGwmWindow
Afficher le fichier Open project: cappert/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
InitEx ( KeePassLib.PwDatabase pdContext, PwGroup pwRoot ) : void

Initialize the form. Must be called before the dialog is displayed.

SearchForm ( ) : System

Default constructor.

Private Methods

Méthode Description
GetSearchParameters ( bool bWithText ) : SearchParameters
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void

Method Details

InitEx() public méthode

Initialize the form. Must be called before the dialog is displayed.
public InitEx ( KeePassLib.PwDatabase pdContext, PwGroup pwRoot ) : void
pdContext KeePassLib.PwDatabase
pwRoot PwGroup Data source group. This group will be searched.
Résultat void

SearchForm() public méthode

Default constructor.
public SearchForm ( ) : System
Résultat System