'DeclarationPublic Function CanRedo() As Boolean
'UsageDim 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.'DeclarationPublic Function CanRedo() As Boolean
'UsageDim instance As CommandManager Dim value As Boolean value = instance.CanRedo()
public bool CanRedo()
true if there is an available command for redoing; otherwise, false.