COleDocument::OnUpdateEditLinksMenu

afx_msg void OnUpdateEditLinksMenu( CCmdUI* pCmdUI );

Parameters

pCmdUI

A pointer to a CCmdUI structure that represents the menu that generated the update command. The update handler calls the Enable member function of the CCmdUI structure through pCmdUI to update the user interface.

Remarks

Called by the framework to update the Links command on the Edit menu. Starting with the first OLE item in the document, OnUpdateEditLinksMenu accesses each item, tests whether the item is a link, and, if it is a link, enables the Links command. Override this function to change the behavior.

COleDocument OverviewClass MembersHierarchy Chart

See Also   COleDocument::OnEditLinks, COleDocument::GetStartPosition, COleDocument::GetNextClientItem, CCmdUI