IWindowViewRemoveChild Method

Remove the window from the list of child windows.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void RemoveChild(
	Object window
)

Parameters

window  Object
Window to be removed.

See Also