Open generic function
The container calls this function to report the value of an ambient property, either at start-up or whenever the value changes.
OLE-part-set-ambient-property obj disp-ID value => ()
<OLE-control-framework>.
<integer>.
<object>.
None.
OLE-Control-Framework
OLE-Control-Framework
This function is called to report the value of an ambient property, either at start-up or whenever the value changes. This will be called only for properties that are supported by the container and have either been requested by being included in the value returned from OLE-part-ambient-properties or are used directly by the library.
Your control application should provide methods as needed for the properties it wishes to receive. You should call next-method in case the library also wants to handle the property.
Note that you should use OLE-util-translate-color if the value is to be interpreted as a color.