프로퍼티 | 타입 | 설명 | |
---|---|---|---|
TextEditorControl | TextEditorControlBase |
메소드 | 설명 | |
---|---|---|
AssertNoUndoGroupOpen ( ) : void | ||
ClearAll ( ) : void |
Clears both the undo and redo stack.
|
|
ClearRedoStack ( ) : void |
Call this method, if you want to clear the redo stack
|
|
EndUndoGroup ( ) : void | ||
Push ( IUndoableOperation operation ) : void |
Call this method to push an UndoableOperation on the undostack, the redostack will be cleared, if you use this method.
|
|
Redo ( ) : void |
Call this method to redo the last undone operation
|
|
StartUndoGroup ( ) : void | ||
Undo ( ) : void |
Call this method to undo the last operation on the stack
|
메소드 | 설명 | |
---|---|---|
OnActionRedone ( ) : void |
|
|
OnActionUndone ( ) : void |
|
public Push ( IUndoableOperation operation ) : void | ||
operation | IUndoableOperation | |
리턴 | void |