Click or drag to resize

ICustomSetupControl Interface

Defines a custom setup control offered by IProvidesCustomSetupControl.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public interface ICustomSetupControl : IDisposable

The ICustomSetupControl type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodHandleDialogClosed Called when the dialog with the control is closed.
Top
See Also