[]
Performs the specified action (it can then be undone with Undo).
public bool PerformUndoAction(UndoAction action)
Public Function PerformUndoAction(action As UndoAction) As Boolean
Type | Name | Description |
---|---|---|
UndoAction | action | The action to perform. |
Type | Description |
---|---|
bool | A boolean value indicate commands are executed success or not. |