Click or drag to resize

ControlAdapterSETTINGSOBJECTTYPELoadFrom Method

Must implement by the derived class. Load this UI control with the data stored in settings. SETTINGSOBJECTTYPE is a custom object derived from SettingsObject.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public abstract void LoadFrom(
	SETTINGSOBJECTTYPE settings
)

Parameters

settings
Type: SETTINGSOBJECTTYPE
Data to load to this control.
See Also