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

Inheritance: IUndoableOperation
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes publiques

Méthode Description
Redo ( ) : void
Undo ( ) : void
UndoableSetCaretPosition ( UndoStack stack, TextLocation pos ) : System

Method Details

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void

UndoableSetCaretPosition() public méthode

public UndoableSetCaretPosition ( UndoStack stack, TextLocation pos ) : System
stack UndoStack
pos TextLocation
Résultat System