Click or drag to resize
SoWinHide Method

Convenience routine to hide the passed window handle.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Hide(
	Control w
)

Parameters

w
Type: System.Windows.FormsControl
Remarks

This includes any children the window may have.

See Also