Click or drag to resize

IGenericPluginSetup Method

Is called once during CompreDriveControl startup and allows for initialization.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
void Setup(
	IntPtr ParentFormHwnd
)

Parameters

ParentFormHwnd  IntPtr
The handle of the parent window, if e.g. modal dialogs are to be shown.
See Also