C# 클래스 MultiRemoteDesktopClient.PopupMDIContainer

파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

CreateTab() 공개 메소드

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

DestroyTab() 공개 메소드

public DestroyTab ( IntPtr PanelHandle, RdpClientWindow parentForm ) : void
PanelHandle IntPtr
parentForm RdpClientWindow
리턴 void

Dispose() 보호된 메소드

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

InitializeControlEvents() 공개 메소드

public InitializeControlEvents ( ) : void
리턴 void

InitializeControls() 공개 메소드

public InitializeControls ( ) : void
리턴 void

PopIn() 공개 메소드

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

PopOut() 공개 메소드

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

PopupMDIContainer() 공개 메소드

public PopupMDIContainer ( ) : System
리턴 System

tabMDIChild_SelectionChanged() 공개 메소드

public tabMDIChild_SelectionChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void