 | IProvidesCustomSetupControlCreateConfigurationControl Method |
Create a new custom setup control.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
SyntaxICustomSetupControl CreateConfigurationControl()
Function CreateConfigurationControl As ICustomSetupControl
Return Value
ICustomSetupControlThe new custom setup control.
RemarksThe control will get disposed after use and therefore a new control must be created in this function.
See Also