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
ファイルを表示 Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method 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

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

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

SearchForm() public method

Default constructor.
public SearchForm ( ) : System
return System