Share

AcEditorReactor::undoSubcommandControl

C++

virtual void undoSubcommandControl(
    int, 
    int
);

Description

This reactor method is called when the UNDO command's CONTROL option is executed. The option argument indicates which CONTROL submenu item was selected.

Parameters

Parameters Description
activity Passed in value always set to kEnd (4) to indicate that this notification occurs after the operation is performed
option Passed in value of one of the following:
  • kNone = 0
    • NONE was selected from the control submenu.
  • kOne = 1
    • ONE was selected from the control submenu.
  • kAll = 2
    • ALL was selected from the control submenu.

Links

AcEditorReactor Class

Was this information helpful?