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