Click or drag to resize

EditorCommandRedo Method

Returns a command that allows reversing the last Undo action.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static EditorCommand Redo()

Return Value

Type: EditorCommand
The EditorCommand instance.
See Also