COleDocument::OnUpdateObjectVerbMenu

afx_msg void OnUpdateObjectVerbMenu( 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 ObjectName command on the Edit menu and the Verb submenu accessed from the ObjectName command, where ObjectName is the name of the OLE object embedded in the document. OnUpdateObjectVerbMenu updates the ObjectName command's user interface depending on whether or not a valid object exists in the document. If an object exists, the ObjectName command on the Edit menu is enabled. When this menu command is selected, the Verb submenu is displayed. The Verb submenu contains all the verb commands available for the object, such as Edit, Properties, and so on. Override this function to change the behavior.

COleDocument OverviewClass MembersHierarchy Chart

See Also   COleDocument::OnEditConvert, CCmdUI