Click or drag to resize

CTObjectTaggedSettingsO Methods

The CTObjectTaggedSettingsO type exposes the following members.

Methods
 NameDescription
Public methodCreateAdapter By default this settings object has no GUI.
(Overrides SettingsObjectCreateAdapter(ICTExtension))
Protected methodDeserialize Inheritant of this class MUST call
C#
base.Deserialize(s);
first!
(Overrides SettingsObjectDeserialize(Stream))
Public methodInit Init function called by the system.
(Overrides SettingsObjectInit(ICTExtension))
Protected methodSerialize Inheritant of this class MUST call
C#
base.Serialize(s);
first!
(Overrides SettingsObjectSerialize(Stream))
Top
See Also