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.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Init(
Control topLevelControl
)
Public Shared Sub Init (
topLevelControl As Control
)
public:
static void Init(
Control^ topLevelControl
)
static member Init :
topLevelControl : Control -> unit
Parameters
- topLevelControl
- Type: System.Windows.FormsControl
See Also