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