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

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
UserInputForm ( string prefilled, Action onSelect ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
HandleHandleFormClosing ( object sender, FormClosingEventArgs e ) : void
HandleTextBoxhandleKeyDown ( object sender, KeyEventArgs e ) : void
initialize ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

UserInputForm() public méthode

public UserInputForm ( string prefilled, Action onSelect ) : System
prefilled string
onSelect Action
Résultat System