C# Class ICSharpCode.Core.InputBox

Description of InputBox.
Inheritance: System.Windows.Forms.Form
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
InputBox ( string text, string caption, string defaultValue ) : System

Private Methods

Method Description
AcceptButtonClick ( object sender, System e ) : void
CancelButtonClick ( object sender, System e ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

Method Details

InputBox() public method

public InputBox ( string text, string caption, string defaultValue ) : System
text string
caption string
defaultValue string
return System