ICanUndoTryUndo Method
Tries to perform one undo step.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
Function TryUndo As Boolean
abstract TryUndo : unit -> bool
Return Value
Boolean, if one step is successfully undone; otherwise,
.
The result can be
if
CanUndo was
or when the stored steps are inconsistent with the current property values.