Click or drag to resize

SettingsObjectCreateAdapters Method

Provide GUI counterparts for this custom settings type. They will be shown as multiple Export Profile Field settings tabs, Profile Settings pages or User Settings pages depending on which type param this object is from ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE. You can override this function and set your implementation of CreateAdapter(ICTExtension) to return null, if you wish to provide multiple GUI controls for interracting with this object.

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual List<Tuple<string, ControlAdapter>> CreateAdapters(
	ICTExtension parent
)

Parameters

parent  ICTExtension
Parent Extension passed for ControlAdapterSETTINGSOBJECTTYPE(ICTExtension).

Return Value

ListTupleString, ControlAdapter
List of Tuples; control label to ControlAdapterSETTINGSOBJECTTYPE where SETTINGSOBJECTTYPE is the derived type of this custom class
Revision History
DateVersionDescription
-2025 SP1First Release
See Also