LRasterPaintWindow::CanRedo
#include "Ltwrappr.h"
L_BOOL LRasterPaintWindow::CanRedo()
Determines whether or not the last automation operation in the class object's container can be redone.
Returns
TRUE |
A redo can be performed. |
FALSE |
A redo cannot be performed. |
Comments
To redo an automation operation, call LRasterPaintWindow::Redo.
LRasterPaintWindow::Initialize must be called before calling this function.
Required DLLs and Libraries
LTPNT For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
Functions: |
LRasterPaintWindow::Redo, LRasterPaintWindow::CanUndo, LRasterPaintWindow::Undo |
Example
For an example, refer to LRasterPaintWindow::Redo.