 | IGenericPluginStartPlugin Method |
Is called when the plugin is activated, i.e. by the user clicking the start plugin button.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxvoid StartPlugin(
IntPtr ParentFormHwnd
)
Sub StartPlugin (
ParentFormHwnd As IntPtr
)
Parameters
- ParentFormHwnd IntPtr
- The handle of the parent window, if e.g. modal dialogs are to be shown.
See Also