C# Class iControl.Dialogs.ConnectionDialog

Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet

Public Properties

Property Type Description
centerX int
centerY int
m_interfaces iControl.Interfaces

Public Methods

Method Description
ConnectionDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

ConnectionDialog() public method

public ConnectionDialog ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

centerX public_oe property

public int centerX
return int

centerY public_oe property

public int centerY
return int

m_interfaces public_oe property

public iControl.Interfaces m_interfaces
return iControl.Interfaces