C# Class LiveInformationBox.InfoWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET

Méthodes publiques

Méthode Description
AddControl ( object ctr ) : void
InfoWindow ( string XMLInfoFile, WindowPositions winpos ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
HideWindow ( ) : void
InfoWindow_FormClosing ( object sender, FormClosingEventArgs e ) : void
InfoWindow_Paint ( object sender, PaintEventArgs e ) : void
InfoWindow_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ShowWindow ( ) : void
btnClose_Click ( object sender, EventArgs e ) : void
c_MouseHover ( object sender, EventArgs e ) : void
c_MouseLeave ( object sender, EventArgs e ) : void
tmr_Tick ( object sender, EventArgs e ) : void

Method Details

AddControl() public méthode

public AddControl ( object ctr ) : void
ctr object
Résultat void

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

InfoWindow() public méthode

public InfoWindow ( string XMLInfoFile, WindowPositions winpos ) : System
XMLInfoFile string
winpos WindowPositions
Résultat System