Skip to content

Class: cCJUndoMenuItem

Properties | Events | Methods | Index of Classes

A menu item which will perform an Undo operation on focus objects

Hierarchy

cObject > DfComAutomationObject > cComAutomationObject > cCJCommandBarAction > cCJAction > cCJMenuItem > cCJUndoMenuItem

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

Package: cCJStandardMenuItemClasses.pkg

Description

cCJUndoMenuItem is a menu item class, which will perform an Undo operation on focus objects. When executed, OnExecute sends the Undo message to the focus object.

If Undo is not possible, 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 oUndoMenuItem is a cCJUndoMenuItem
End_Object

See Also

cCJMenuItem