C# Class iRuler.Dialogs.ConnectionDialog

Summary description for ConnectionInfo.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: f5devcentral/f5-irule-editor

Public Properties

Property Type Description
centerX int
centerY int

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, 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

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