C# Class MultiRemoteDesktopClient.PopupMDIContainer

显示文件 Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

CreateTab() public method

public CreateTab ( Panel &panel, string text ) : void
panel Panel
text string
return void

DestroyTab() public method

public DestroyTab ( IntPtr PanelHandle, RdpClientWindow parentForm ) : void
PanelHandle IntPtr
parentForm RdpClientWindow
return void

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

InitializeControlEvents() public method

public InitializeControlEvents ( ) : void
return void

InitializeControls() public method

public InitializeControls ( ) : void
return void

PopIn() public method

public PopIn ( Panel &panel, Form parentForm, string title ) : void
panel Panel
parentForm Form
title string
return void

PopOut() public method

public PopOut ( Panel &panel, RdpClientWindow parentForm ) : void
panel Panel
parentForm RdpClientWindow
return void

PopupMDIContainer() public method

public PopupMDIContainer ( ) : System
return System

tabMDIChild_SelectionChanged() public method

public tabMDIChild_SelectionChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void