CommandTStateDoNow Method |
Name | Description | |
---|---|---|
DoNow(Action) |
Enqueues and runs a new command by passing the function specified. Use this shortcut to wrap several statements into a single undo block.
| |
DoNow(Action, Action) |
Enqueues and runs a new command by passing the function specified. Use this shortcut to wrap several statements into a single undo block.
| |
DoNow(Action, Action, String) |
Enqueues and runs a new command by passing the function specified. Use this shortcut to wrap several statements into a single undo block.
|