C# Класс 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.
Наследование: System.Windows.Forms.Form, IGwmWindow
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InitEx ( KeePassLib.PwDatabase pdContext, PwGroup pwRoot ) : void

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

SearchForm ( ) : System

Default constructor.

Приватные методы

Метод Описание
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

Описание методов

InitEx() публичный Метод

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.
Результат void

SearchForm() публичный Метод

Default constructor.
public SearchForm ( ) : System
Результат System