COleControl::OnSetClientSite

virtual void OnSetClientSite( );

Remarks

Called by the framework when the container has called the control’s IOleControl::SetClientSite function. By default, OnSetClientSite checks whether data path properties are loaded and, if they are, calls DoDataPathPropExchange.

Override this function to do any special processing of this notification. In particular, overrides of this function should call the base class.

COleControl OverviewClass MembersHierarchy Chart