| 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
)
Public MustOverride Sub LoadFrom (
settings As SETTINGSOBJECTTYPE
)
Parameters
- settings
- Type: SETTINGSOBJECTTYPE
Data to load to this control.
See Also