IWindowViewCloseChild(Type) 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(
	Type type
)

Parameters

type  Type
Type with the window type.

See Also