LAutomation::CanUndo
#include "ltwrappr.h"
L_BOOL LAutomation::CanUndo(void)
Determines whether or not the last automation operation in the active automation container can be undone.
Returns
TRUE |
An undo can be performed. |
FALSE |
An undo cannot be performed. |
Comments
To determine the current undo level call LAutomation::GetUndoLevel.
To change the undo level call LAutomation::SetUndoLevel.
To undo an automation operation, call LAutomation::Undo.
For information about grouping multiple operations into a single undo process, refer to LAutomation::AddUndoNode.
Required DLLs and Libraries
LTAUT 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: |
LAutomation::Undo, LAutomation::GetUndoLevel, LAutomation::SetUndoLevel |
Topics: |
Example
For an example, refer to LAutomation::Undo.