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")