Click or drag to resize
SoWinShow Method

Convenience routine to show 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 Show(
	Control w
)

Parameters

w
Type: System.Windows.FormsControl
Remarks

This includes any children the window may have.

See Also