editUndoMenu
Specifies a menu item that reverses the effects of the last Cut, Copy, or Paste action.
Property of
MenuBar
Description
The editUndoMenu property contains a reference to a menu object users select when they want to undo their last Cut, Copy, or Paste action.
You can use the editUndoMenu property of a form's menubar to undo a Cut or Paste action from any edit control in the form, instead of using the control's undo( ) method. In effect, editUndoMenu calls undo( ) for the active control. This lets you provide a way to undo with less programming than would otherwise be needed.
For more information, see editCopyMenu.