'Usage Dim instance As DragFloatingObjectUndoAction Dim parameter As Object Dim value As Boolean value = instance.Undo(parameter)
Parameters
- parameter
- The parameter to undo the command or operation.
Return Value
true
if an undo operation on the command or operation succeeds; otherwise, false
.