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

Показать файл Открыть проект

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

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

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

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

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

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

Clean up any resources being used.

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

Метод Описание
CancelLinkLabel_LinkClicked ( object sender, System e ) : void
ClearLinkLabel_LinkClicked ( object sender, 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
UseProxyCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
fillupForm ( String sHostname ) : void
label6_Click ( object sender, EventArgs e ) : 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

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

public iControl.Interfaces m_interfaces
Результат iControl.Interfaces