Next Previous Up Top Contents Index

7.3 The OLE-CONTROL-FRAMEWORK module

OLE-part-ambient-properties

Open generic function

Summary

Returns a sequence of Dispatch IDs of the ambient properties that the control application would like to be notified of changes to.

Signature

OLE-part-ambient-properties obj => properties 

Arguments

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

Values

properties
An instance of <sequence>.

Library

OLE-Control-Framework

Module

OLE-Control-Framework

Description

Returns a sequence Dispatch IDs of the ambient properties that the control application would like to be notified of changes to. This notification consists of the container calling OLE-part-set-ambient-property upon a change to any of the ambient properties in the sequence.

The default method returns an empty sequence. If you would like to be notified of changes to particular ambient properties, define a method on this function to return a sequence containing the Dispatch IDs for those properties.

If you are defining a method on a subclass of <DUIM-OCX>, page 169 (that is, when using the DUIM-OLE-Control library), use union to merge your values with those returned by next-method.


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

Next Previous Up Top Contents Index