Click or drag to resize

IGenericPluginStopPlugin Method

Is called when the plugin is deactivated, i.e. by the user clicking the stop plugin button.

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

Parameters

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