cObject
---DfComAutomationObject
------cComAutomationObject
---------cCJCommandBarAction
------------cCJAction
---------------cCJMenuItem
------------------cCJDeoMenuItem
---------------------cCJZoomMenuItem
cCJZoomMenuItem is a menu item class, which lets you create a menu item that will invoke a zoom object. When executed, OnExecute sends the message Zoom to the focus object.
If the focus object does not support the prompt interface or a prompt is not available (no zoom_object defined), this control will be disabled (see IsEnabled).
The pbActiveUpdate property is set true, which means that the object's enabled state will be updated dynamically.
An object based on this class can be added to any popup menu, toolbar or context menu.
Object oZoomMenuItem is a cCJZoomMenuItem End_ObjectSee Also