 | SettingsObjectIsCustomized Method |
This function is meant to be sealed -implemented by CUSTOMTOOLS core objects to define the base object type,
so it can be distinquished from script extended ones. This is needed for successful deserialization.
See also
HasSerializedCustomData.
For implementation that do not override existing extensions, this can be ignored.
Namespace:
CTExtensions.ExportCore.Config
Assembly:
CTInterface (in CTInterface.dll)
Syntaxprotected virtual bool IsCustomized()
Protected Overridable Function IsCustomized As Boolean
Return Value
Type:
Boolean
See Also