C# Class MultiRemoteDesktopClient.PopupMDIContainer

Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Méthodes publiques

Méthode Description
CreateTab ( Panel &panel, string text ) : void
DestroyTab ( IntPtr PanelHandle, RdpClientWindow parentForm ) : void
InitializeControlEvents ( ) : void
InitializeControls ( ) : void
PopIn ( Panel &panel, Form parentForm, string title ) : void
PopOut ( Panel &panel, RdpClientWindow parentForm ) : void
PopupMDIContainer ( ) : System
tabMDIChild_SelectionChanged ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

CreateTab() public méthode

public CreateTab ( Panel &panel, string text ) : void
panel Panel
text string
Résultat void

DestroyTab() public méthode

public DestroyTab ( IntPtr PanelHandle, RdpClientWindow parentForm ) : void
PanelHandle IntPtr
parentForm RdpClientWindow
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

InitializeControlEvents() public méthode

public InitializeControlEvents ( ) : void
Résultat void

InitializeControls() public méthode

public InitializeControls ( ) : void
Résultat void

PopIn() public méthode

public PopIn ( Panel &panel, Form parentForm, string title ) : void
panel Panel
parentForm Form
title string
Résultat void

PopOut() public méthode

public PopOut ( Panel &panel, RdpClientWindow parentForm ) : void
panel Panel
parentForm RdpClientWindow
Résultat void

PopupMDIContainer() public méthode

public PopupMDIContainer ( ) : System
Résultat System

tabMDIChild_SelectionChanged() public méthode

public tabMDIChild_SelectionChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void