C# Класс iRuler.Dialogs.ConnectionDialog

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

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

Свойство Тип Описание
centerX int
centerY int

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

Метод Описание
ConnectionDialog ( ) : System

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

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

Clean up any resources being used.

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

Метод Описание
CancelLinkLabel_LinkClicked ( object sender, System e ) : void
ClearLinkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
ConnectionDialog_HelpButtonClicked ( object sender, CancelEventArgs e ) : void
ConnectionDialog_Load ( object sender, System e ) : void
HostnameComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

OKLinkLabel_LinkClicked ( object sender, System e ) : void
fillupForm ( String sHostname ) : void

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

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

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

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

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

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

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

public int centerX
Результат int

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

public int centerY
Результат int