Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Informs all hosted controls that an ambient property has changed.
virtual void BroadcastAmbientPropertyChange(
DISPID dispid
);
Parameters
- dispid
The dispatch ID of the ambient property being changed.
Remarks
This function is called by the framework when an ambient property has changed value. Override this function to customize this behavior.
Requirements
Header: afxocc.h
See Also
Reference
COleControl::OnAmbientPropertyChange