Gets the current action state.
[Visual Basic] Function GetNextActionType() As ActionType [C#] ActionType GetNextActionType(); [C++] ActionType GetNextActionType() = 0; [JScript] function GetNextActionType() : ActionType;
The current state, Undo or Redo.
The current action state is the type of operation that will be performed on the next call to DoAction. The return value is either Undo or Redo.
IActionUnit Interface | IActionUnit Members | System.ComponentModel.Design Namespace