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.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Init(
	Control topLevelControl
)

Parameters

topLevelControl
Type: System.Windows.FormsControl
See Also