Control |
The ControlAdapterSETTINGSOBJECTTYPE type exposes the following members.
| 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. |