Copyright © 2011 MultiMedia Soft
UndoIsAvailable method
Remarks
Tells if a backup of previous sound contents is available so an Undo operation can be performed.
Syntax
[Visual Basic]
Public Function UndoIsAvailable (
) as Boolean
[C#]
public bool UndoIsAvailable (
);
[C++]
public: bool UndoIsAvailable (
Return value
Value
Meaning
FALSE
Undo cannot be performed
TRUE
Undo can be performed