Specifies the values to represent an action's undo/redo ActionType state.
[Visual Basic] Public Enum ActionType [C#] public enum ActionType [C++] public enum ActionType
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Redo | One of the ActionType values. This attribute indicates the action is a redo action.
An action unit will apply it's new values on the next call to DoAction. |
Undo | One of the ActionType values. This attribute indicates the action is an undo action.
An action unit will revert to its original values on the next call to DoAction. |
Namespace: System.ComponentModel.Design
Assembly: System.dll