IWindowViewHideChildren(AutoHideStyle) Method

Hides all child windows that have the indicated style.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void HideChildren(
	AutoHideStyle autoHideStyle
)

Parameters

autoHideStyle  AutoHideStyle
AutoHideStyle with the hide window style.

See Also