Next Previous Up Top Contents Index

7.3 The OLE-CONTROL-FRAMEWORK module

OLE-part-set-ambient-property

Open generic function

Summary

The container calls this function to report the value of an ambient property, either at start-up or whenever the value changes.

Signature

OLE-part-set-ambient-property obj disp-ID value => ()

Arguments

obj
An instance of <OLE-control-framework>.

disp-ID
An instance of <integer>.

value
An instance of <object>.

Values

None.

Library

OLE-Control-Framework

Module

OLE-Control-Framework

Description

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.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index