| ControlAdapterSETTINGSOBJECTTYPESaveTo Method |
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.
Namespace:
CTExtensions.ExportCore.Config
Assembly:
CTInterface (in CTInterface.dll)
Syntax public abstract void SaveTo(
SETTINGSOBJECTTYPE settings
)
Public MustOverride Sub SaveTo (
settings As SETTINGSOBJECTTYPE
)
Parameters
- settings
- Type: SETTINGSOBJECTTYPE
Object to fill with data of this UI control.
See Also