Click or drag to resize

ExportSettingsBaseFIELDSETTINGSTYPECreateAdapter Method

When deriving from this class to have Export Profile specific custom data, override this function to provide the custom control for your derived object type.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public override ControlAdapter CreateAdapter(
	ICTExtension parent
)

Parameters

parent
Type: ICTExtension
Parent Extension passed for ControlAdapterSETTINGSOBJECTTYPE(ICTExtension).

Return Value

Type: ControlAdapter
Return type should be derived from ControlAdapterSETTINGSOBJECTTYPE where SETTINGSOBJECTTYPE is the derived type of this custom class.
See Also