C# Class ICSharpCode.TextEditor.Undo.UndoStack.UndoableSetCaretPosition

Inheritance: IUndoableOperation
显示文件 Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
Redo ( ) : void
Undo ( ) : void
UndoableSetCaretPosition ( UndoStack stack, TextLocation pos ) : System

Method Details

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void

UndoableSetCaretPosition() public method

public UndoableSetCaretPosition ( UndoStack stack, TextLocation pos ) : System
stack UndoStack
pos TextLocation
return System