C# Class Yaircc.ServerDialog

Represents a dialog that accepts a server name.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: rastating/yaircc Class Usage Examples

Méthodes publiques

Méthode Description
ServerDialog ( ) : System

Initialises a new instance of the ServerDialog class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes a command key.

Private Methods

Méthode Description
AddressTextBox_KeyDown ( object sender, KeyEventArgs e ) : void

Handles the KeyDown event of System.Windows.Forms.TextBox.

AddressTextBox_TextChanged ( object sender, EventArgs e ) : void

Handles the TextChanged event of System.Windows.Forms.TextBox.

CancelButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

ConnectButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

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

ProcessCmdKey() protected méthode

Processes a command key.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message A System.Windows.Forms.Message, passed by reference, that represents the Win32 message to process.
keyData Keys One of the System.Windows.Forms.Keys values that represents the key to process.
Résultat bool

ServerDialog() public méthode

Initialises a new instance of the ServerDialog class.
public ServerDialog ( ) : System
Résultat System