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

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

Public Methods

Method Description
UserInputForm ( string prefilled, Action onSelect ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
HandleHandleFormClosing ( object sender, FormClosingEventArgs e ) : void
HandleTextBoxhandleKeyDown ( object sender, KeyEventArgs e ) : void
initialize ( ) : void

Method Details

Dispose() protected method

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

UserInputForm() public method

public UserInputForm ( string prefilled, Action onSelect ) : System
prefilled string
onSelect Action
return System