COleClientItem::OnShowItem

virtual void OnShowItem( );

Remarks

Called by the framework to display the OLE item, making it totally visible during editing. It is used when your container application supports links to embedded items (that is, if you have derived your document class from COleLinkingDoc). This function is called during in-place activation or when the OLE item is a link source and the user wants to edit it. The default implementation activates the first view on the container document. Override this function to scroll the document so that the OLE item is visible.

COleClientItem OverviewClass MembersHierarchy Chart

See Also   COleLinkingDoc