COleControlContainer::OnUIActivate

Called by the framework when the control site, pointed to by pSite, is about to be activated in-place.

virtual void OnUIActivate(
   COleControlSite* pSite 
);

Parameters

  • pSite
    A pointer to the control site about to be in-place activated.

Remarks

In-place activation means that the container's main menu is replaced with an in-place composite menu.

Requirements

Header: afxocc.h

See Also

Reference

COleControlContainer Class

Hierarchy Chart

Other Resources

COleControlContainer Members