C# Class QuickSearch.QuickSearchControl

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: iamkarlson/keepass-quicksearch Class Usage Examples

Public Properties

Property Type Description
comboBoxSearch System.Windows.Forms.ComboBox

Public Methods

Method Description
QuickSearchControl ( ) : System
UpdateSearchStatus ( SearchStatus status ) : void
UpdateWidth ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

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

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

QuickSearchControl() public method

public QuickSearchControl ( ) : System
return System

UpdateSearchStatus() public method

public UpdateSearchStatus ( SearchStatus status ) : void
status SearchStatus
return void

UpdateWidth() public method

public UpdateWidth ( ) : void
return void

Property Details

comboBoxSearch public_oe property

public System.Windows.Forms.ComboBox comboBoxSearch
return System.Windows.Forms.ComboBox