Click or drag to resize

SettingsObjectCreateAdapter Method

Provide GUI counterpart for this custom settings type. It will be shown as Export Profile Field settings tab, Profile Settings page or User Settings page depending on which type param this object is from ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public abstract 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