You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Restores the last undone operation.

Usage

Send_Message(OLECtrlEntID, "OLE.Redo")

Parameters

None

Remarks

The Redo method performs a standard redo. Normally, you won't have to call this since the Ctrl+Y shortcut is already built into the SRP Sketch Control. However, if you have a frame with a menu item using Ctrl+Y, then that menu will override the ability for the SRP Sketch Control to do this automatically. In that case, have your menu accelerator call this method when the SRP Sketch Control has focus.

Example

// programmatically perform a redo
Send_Message(@Window:".OLE_SKETCH", "OLE.Redo")

See Also

CopyCutPasteSelectAllUndo

  • No labels