SECEdit::SetUndoGroup

void SECEdit::SetUndoGroup(BOOL bGroupCommands)

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

SECEdit GetUndoGroup Undo Redo