SECEdit::SetUndoGroup
voidSECEdit::SetUndoGroup(BOOLbGroupCommands)
Groups commands so they can be undone as a singleton.
Defined in: SECEdit.cpp
Return Value
void
Parameters
bGroupCommands
If non-zero, then subsequent commands will be grouped as a single operation. If called subsequent times with a non-zero value, a new group will be created. If zero, subsequent commands will not be part of a group.
See Also