IWindowViewAddChild 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 AddChild(
	Object window,
	AutoHideStyle autoHideStyle
)

Parameters

window  Object
Window to be removed.
autoHideStyle  AutoHideStyle
AutoHideStyle with the hide window style.

See Also