C# Class Tangerine.UI.frmAddHook

Afficher le fichier Open project: andreycha/tangerine Class Usage Examples

Méthodes publiques

Méthode Description
GetSelectedItem ( ) : string
frmAddHook ( IEnumerable searchItems ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

frmAddHook ( ) : System

Private Methods

Méthode Description
IIncrementalSearchView ( ) : string
IIncrementalSearchView ( IEnumerable items ) : void
InitializeComponent ( ) : void

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

frmAddHook_Load ( object sender, EventArgs e ) : void
txtSearchText_TextChanged ( object sender, EventArgs 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

GetSelectedItem() public méthode

public GetSelectedItem ( ) : string
Résultat string

frmAddHook() protected méthode

protected frmAddHook ( ) : System
Résultat System

frmAddHook() public méthode

public frmAddHook ( IEnumerable searchItems ) : System
searchItems IEnumerable
Résultat System