C# Class CCTfsWrapper.InputBox

Summary description for InputBox.
Inheritance: System.Windows.Forms.Form
Show file Open project: davidadsit/TeamFoundationServerDesktopBuildMonitor

Public Methods

Method Description
Show ( string Prompt ) : string
Show ( string Prompt, string Title ) : string
Show ( string Prompt, string Title, string DefaultResponse ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

InputBox ( ) : System

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Show() public static method

public static Show ( string Prompt ) : string
Prompt string
return string

Show() public static method

public static Show ( string Prompt, string Title ) : string
Prompt string
Title string
return string

Show() public static method

public static Show ( string Prompt, string Title, string DefaultResponse ) : string
Prompt string
Title string
DefaultResponse string
return string