| ControlAdapter Constructor |
Protected internal contructor prevents outside users
deriving from this class.
Namespace:
CTExtensions.ExportCore.Config
Assembly:
CTInterface (in CTInterface.dll)
Syntax protected internal ControlAdapter(
ICTExtension parent
)
Protected Friend Sub New (
parent As ICTExtension
)
Parameters
- parent
- Type: ICTExtension
Parent Extension
See Also