COleClientItem::ReactivateAndUndo
BOOLReactivateAndUndo();
Return Value
Nonzero if successful; otherwise 0.
Remarks
Call this function to reactivate the OLE item and undo the last operation performed by the user during in-place editing. If your container application supports the undo command, call this function if the user chooses the undo command immediately after deactivating the OLE item.
If the server application is written with the Microsoft Foundation Class Libraries, this function causes the server to call COleServerDoc::OnReactivateAndUndo.
For more information, see in the OLE documentation.
COleClientItem Overview | Class Members | Hierarchy Chart
See Also COleServerDoc::OnReactivateAndUndo, COleClientItem::OnDeactivateAndUndo