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) Version: 25.0
Syntax
public abstract void LoadFrom(
	SETTINGSOBJECTTYPE settings
)

Parameters

settings  SETTINGSOBJECTTYPE
Data to load to this control.
See Also