Undo/Redo Support

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

The editor automatically saves a list of recent user actions, therefore you can implement VS/Office-style Undo/Redo support by the easy way.

Undo/Redo Support

Sample code:

// Get undo actions:
CDWordArray dwaUAT;
m_wndEdit.GetUndoActions(dwaUAT);