C# Класс Utils.FormQueryString

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
edit System.Windows.Forms.TextBox

Открытые методы

Метод Описание
FormQueryString ( ) : System
QueryString ( string title ) : string
QueryString ( string title, string text ) : string

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

FormQueryString() публичный Метод

public FormQueryString ( ) : System
Результат System

QueryString() публичный статический Метод

public static QueryString ( string title ) : string
title string
Результат string

QueryString() публичный статический Метод

public static QueryString ( string title, string text ) : string
title string
text string
Результат string

Описание свойств

edit публичное свойство

public TextBox,System.Windows.Forms edit
Результат System.Windows.Forms.TextBox