Click or drag to resize

IProvidesCustomSetupControlCreateConfigurationControl Method

Create a new custom setup control.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
ICustomSetupControl CreateConfigurationControl()

Return Value

ICustomSetupControl
The new custom setup control.
Remarks
The control will get disposed after use and therefore a new control must be created in this function.
See Also