Copyright © 2011-2019 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