Метод | Описание | |
---|---|---|
CreateTab ( Panel &panel, string text ) : void | ||
DestroyTab ( IntPtr PanelHandle, |
||
InitializeControlEvents ( ) : void | ||
InitializeControls ( ) : void | ||
PopIn ( Panel &panel, Form parentForm, string title ) : void | ||
PopOut ( Panel &panel, |
||
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.
|
public CreateTab ( Panel &panel, string text ) : void | ||
panel | Panel | |
text | string | |
Результат | void |
public DestroyTab ( IntPtr PanelHandle, |
||
PanelHandle | IntPtr | |
parentForm | ||
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public PopIn ( Panel &panel, Form parentForm, string title ) : void | ||
panel | Panel | |
parentForm | Form | |
title | string | |
Результат | void |
public PopOut ( Panel &panel, |
||
panel | Panel | |
parentForm | ||
Результат | void |
public tabMDIChild_SelectionChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Результат | void |