C# Class Utils.FormQueryString

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: ufasoft/coin Class Usage Examples

Public Properties

Property Type Description
edit System.Windows.Forms.TextBox

Public Methods

Method Description
FormQueryString ( ) : System
QueryString ( string title ) : string
QueryString ( string title, string text ) : 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.

Method Details

Dispose() protected method

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

FormQueryString() public method

public FormQueryString ( ) : System
return System

QueryString() public static method

public static QueryString ( string title ) : string
title string
return string

QueryString() public static method

public static QueryString ( string title, string text ) : string
title string
text string
return string

Property Details

edit public_oe property

public TextBox,System.Windows.Forms edit
return System.Windows.Forms.TextBox