|
|
|
|
|
SftMaskContents.EmptyUndo Method |
Clears the undo buffer.
Syntax
|
VB.NET |
object.EmptyUndo() |
||
|
VB |
object.EmptyUndo |
||
|
C#.NET |
void object.EmptyUndo(); |
||
|
VC++ |
HRESULT object->EmptyUndo(); |
||
|
C |
HRESULT object->raw_EmptyUndo(); |
||
|
Delphi |
procedure object.EmptyUndo(); |
object
A SftMaskContents object.
Comments
The EmptyUndo method clears the undo buffer.
CanUndo can be used to determine if any actions can be reversed. Undo is used to reverse the last action.