C# Класс entity.MapForms.GetNameDialog

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
button1 System.Windows.Forms.Button
label1 System.Windows.Forms.Label
textBox1 System.Windows.Forms.TextBox

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

Метод Описание
GetNameDialog ( string formName, string label, string name, string buttonName ) : System

Initializes a new instance of the getNameDialog class.

Show ( string formName, string label, string name, string buttonName ) : string

The show.

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

Метод Описание
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.

button1_Click ( object sender, EventArgs e ) : void

The button 1_ click.

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Initializes a new instance of the getNameDialog class.
public GetNameDialog ( string formName, string label, string name, string buttonName ) : System
formName string Name of the form.
label string The label.
name string The name.
buttonName string Name of the button.
Результат System

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

The show.
public static Show ( string formName, string label, string name, string buttonName ) : string
formName string The form name.
label string The label.
name string The name.
buttonName string The button name.
Результат string

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

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

public System.Windows.Forms.Button button1
Результат System.Windows.Forms.Button

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

public System.Windows.Forms.Label label1
Результат System.Windows.Forms.Label

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

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