C# Class OpenIDE.CodeEngine.Core.UI.UserSelectForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
UserSelectForm ( IEnumerable items, IEnumerable keys, Action onSelect ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
HandleHandleFormClosing ( object sender, FormClosingEventArgs e ) : void
HandleTextBoxSearchhandleKeyDown ( object sender, KeyEventArgs e ) : void
HandleTextBoxSearchhandleTextChanged ( object sender, System e ) : void
initialize ( ) : void
populateList ( IEnumerable items ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

UserSelectForm() public method

public UserSelectForm ( IEnumerable items, IEnumerable keys, Action onSelect ) : System
items IEnumerable
keys IEnumerable
onSelect Action
return System