IWindowViewCloseChild(Object) Method

Closes and removes the indicated 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 CloseChild(
	Object window
)

Parameters

window  Object
Window to be closed.

See Also