Persistate API documentation
RemoveHostFor Method (child, host)
NamespacesPersistate.UI.DesktopPTabContainerRemoveHostFor(Pane, Control)

[This is preliminary documentation and is subject to change.]

Removes the tab page host control for a particular child Pane
Declaration Syntax
C#
public void RemoveHostFor(
	Pane child,
	Control host
)
Parameters
child (Pane)
The Pane associated with the tab page to remove
host (Control)
The tab page to remove
Remarks

If the last tab page is removed, then this PTabContainer is replaced with a PEmptyContainer.

This method is used by the Persistate infrastructure and you do not normally have to use it.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)