Click or drag to resize

ControlAdapterSETTINGSOBJECTTYPE Methods

The ControlAdapterSETTINGSOBJECTTYPE generic type exposes the following members.

Methods
  NameDescription
Public methodLoadFrom
Must implement by the derived class. Load this UI control with the data stored in settings. SETTINGSOBJECTTYPE is a custom object derived from SettingsObject.
Public methodSaveTo
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.
Top
See Also