'Declaration
Public Function CanRedo() As Boolean
'Usage
Dim instance As CommandManager Dim value As Boolean value = instance.CanRedo()
public bool CanRedo()
Return Value
true
if there is an available command for redoing; otherwise, false
.'Declaration
Public Function CanRedo() As Boolean
'Usage
Dim instance As CommandManager Dim value As Boolean value = instance.CanRedo()
public bool CanRedo()
true
if there is an available command for redoing; otherwise, false
.