Click or drag to resize
SoWinInit Method (Control)
This alternate form of init allows the application to initialize Windows. The passed control should be the top level control.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void Init(
	Control topLevelControl
)

Parameters

topLevelControl
Type: System.Windows.FormsControl
See Also