ControlAdapterSETTINGSOBJECTTYPE Class |
Namespace: CTExtensions.ExportCore.Config
public abstract class ControlAdapter<SETTINGSOBJECTTYPE> : ControlAdapter where SETTINGSOBJECTTYPE : SettingsObject
The ControlAdapterSETTINGSOBJECTTYPE type exposes the following members.
Name | Description | |
---|---|---|
ControlAdapterSETTINGSOBJECTTYPE |
Constructor.
|
Name | Description | |
---|---|---|
LoadFrom |
Must implement by the derived class.
Load this UI control with the data stored in settings.
SETTINGSOBJECTTYPE is a custom object derived from SettingsObject.
| |
SaveTo |
Must implement by the derived class.
Save the data in this UI control to the given settings object.
SETTINGSOBJECTTYPE is a custom object derived from SettingsObject.
|
CUSTOMTOOLS 2022 SP0