CRichEditCtrl::StopGroupTyping
Visual Studio 2005
Stops the control from collecting additional typing actions into the current undo action.
void StopGroupTyping( );
The control stores the next typing action, if any, into a new action in the undo queue.
For more information, see EM_STOPGROUPTYPING in the Platform SDK.