![]() | Control |
public abstract class ControlAdapter<SETTINGSOBJECTTYPE> : ControlAdapter, IControlAdapter<SETTINGSOBJECTTYPE> 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. |
Date | Version | Description |
---|---|---|
- | 2022 SP0 | First Release |