C# Class TSF.UmlToolingFramework.EANavigator.QuickSearchComboBox

Mostra file Open project: GeertBellekens/Enterprise-Architect-Toolpack

Private Properties

Property Type Description
QuickSearchComboBox_DrawItem void
textBoxTextChanged void

Public Methods

Method Description
QuickSearchComboBox ( ) : System

Protected Methods

Method Description
OnDropDownClosed ( EventArgs e ) : void

Private Methods

Method Description
QuickSearchComboBox_DrawItem ( object sender, DrawItemEventArgs e ) : void

drawns the icon and the name of the element in the dropdown list

textBoxTextChanged ( object sender, EventArgs e ) : void

Method Details

OnDropDownClosed() protected method

protected OnDropDownClosed ( EventArgs e ) : void
e EventArgs
return void

QuickSearchComboBox() public method

public QuickSearchComboBox ( ) : System
return System