Determines whether or not the last automation operation in the class object's container can be redone.
#include "Ltwrappr.h"
L_BOOL LRasterPaintWindow::CanRedo()
Value | Meaning |
---|---|
TRUE | A redo can be performed. |
FALSE | A redo cannot be performed. |
To redo an automation operation, call LRasterPaintWindow::Redo.
LRasterPaintWindow::Initialize must be called before calling this function.
For an example, refer to LRasterPaintWindow::Redo.