Class: cCJZoomMenuItem
Properties | Events | Methods | Index of Classes
A menu item which will invoke a zoom object
Hierarchy
cObject > DfComAutomationObject > cComAutomationObject > cCJCommandBarAction > cCJAction > cCJMenuItem > cCJDeoMenuItem > cCJZoomMenuItem
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Package: cCJDeoMenuItemClasses.pkg
Description
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_Object
See Also