C# Class QuickSearch.QuickSearchControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: iamkarlson/keepass-quicksearch Class Usage Examples

Méthodes publiques

Свойство Type Description
comboBoxSearch System.Windows.Forms.ComboBox

Méthodes publiques

Méthode Description
QuickSearchControl ( ) : System
UpdateSearchStatus ( SearchStatus status ) : void
UpdateWidth ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
ButtonDropdownSettings_Click ( object sender, EventArgs e ) : void
Control_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetBackColor ( Color color ) : void
buttonConfig_MouseEnter ( object sender, EventArgs e ) : void
buttonConfig_MouseLeave ( object sender, EventArgs e ) : void
comboBoxSearch_GotFocus ( object sender, EventArgs e ) : void
comboBoxSearch_LostFocus ( object sender, EventArgs e ) : void
setBackColorError ( ) : void
setBackColorNormal ( ) : void
setBackColorSearching ( ) : void
setBackColorSuccess ( ) : void
toolStripDropDownSettings_Closed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
toolStripDropDownSettings_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

QuickSearchControl() public méthode

public QuickSearchControl ( ) : System
Résultat System

UpdateSearchStatus() public méthode

public UpdateSearchStatus ( SearchStatus status ) : void
status SearchStatus
Résultat void

UpdateWidth() public méthode

public UpdateWidth ( ) : void
Résultat void

Property Details

comboBoxSearch public_oe property

public System.Windows.Forms.ComboBox comboBoxSearch
Résultat System.Windows.Forms.ComboBox