C# Class QuickLaunch.Controls.ToolStripSearchTextBox

Inheritance: System.Windows.Forms.ToolStripTextBox
Exibir arquivo Open project: JoeRobich/fd-quicklaunch

Public Methods

Method Description
ApplyTheme ( ) : void
ToolStripSearchTextBox ( ) : System

Protected Methods

Method Description
OnSearch ( ) : void
ProcessCmdKey ( Message &m, Keys keyData ) : bool

Private Methods

Method Description
ApplyWatermark ( ) : void
TextBox_TextChanged ( object sender, EventArgs e ) : void
_dropdown_ItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
_searchIcon_Click ( object sender, EventArgs e ) : void

Method Details

ApplyTheme() public method

public ApplyTheme ( ) : void
return void

OnSearch() protected method

protected OnSearch ( ) : void
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &m, Keys keyData ) : bool
m System.Windows.Forms.Message
keyData Keys
return bool

ToolStripSearchTextBox() public method

public ToolStripSearchTextBox ( ) : System
return System