Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) UndoRedo.Insert Examples
Programming Language:
C# (CSharp)
Class/Type:
UndoRedo
Method/Function:
Insert
Examples at hotexamples.com:
1
C# (CSharp) UndoRedo.Insert - 1 examples found
. These are the top rated real world C# (CSharp) examples of
UndoRedo.Insert
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
ApplyDoUndo(18)
DisableUndoScope(13)
Do(7)
EmptyUndoBuffer(5)
AddAction(4)
Clear(3)
AreasAll(3)
NewAction(2)
BeginMultiActionsUndoRedoStep(2)
InsertCommand(2)
EndSequence(1)
EndUndoAction(1)
Execute(1)
GetFromRedoBuffer(1)
ActionScope(1)
GetFromUndoBuffer(1)
InsertInUnDoRedoForAdd(1)
InsertInUnDoRedoForCreate(1)
InsertInUnDoRedoForDelete(1)
InsertInUnDoRedoForMove(1)
InsertInUnDoRedoForResize(1)
InsertInUnDoRedoForTranslate(1)
Invoke(1)
MarkSavePoint(1)
Insert(1)
Create(1)
CreateAction(1)
AddToRedoBuffer(1)
AddCommand(1)
AddDoMethod(1)
AddItem(1)
AddObject(1)
AddShape(1)
AddToFront(1)
AddToSide(1)
Count(1)
AddToTop(1)
AddToUndoBuffer(1)
AddUndo(1)
AddUndoMethod(1)
BeginUndoAction(1)
ClearStacks(1)
CommitAction(1)
Pop(1)
Frequently Used Methods
ApplyDoUndo (18)
DisableUndoScope (13)
Do (7)
EmptyUndoBuffer (5)
AddAction (4)
Clear (3)
AreasAll (3)
NewAction (2)
BeginMultiActionsUndoRedoStep (2)
InsertCommand (2)
Frequently Used Methods
EndSequence (1)
EndUndoAction (1)
Execute (1)
GetFromRedoBuffer (1)
ActionScope (1)
GetFromUndoBuffer (1)
InsertInUnDoRedoForAdd (1)
InsertInUnDoRedoForCreate (1)
InsertInUnDoRedoForDelete (1)
InsertInUnDoRedoForMove (1)
InsertInUnDoRedoForResize (1)
InsertInUnDoRedoForTranslate (1)
Invoke (1)
MarkSavePoint (1)
Insert (1)
Create (1)
CreateAction (1)
AddToRedoBuffer (1)
AddCommand (1)
AddDoMethod (1)
Frequently Used Methods
InsertInUnDoRedoForResize (1)
InsertInUnDoRedoForTranslate (1)
Invoke (1)
MarkSavePoint (1)
Insert (1)
Create (1)
CreateAction (1)
AddToRedoBuffer (1)
AddCommand (1)
AddDoMethod (1)
AddItem (1)
AddObject (1)
AddShape (1)
AddToFront (1)
AddToSide (1)
Count (1)
AddToTop (1)
AddToUndoBuffer (1)
AddUndo (1)
AddUndoMethod (1)
BeginUndoAction (1)
ClearStacks (1)
CommitAction (1)
Pop (1)
Frequently Used Methods
AddItem (1)
AddObject (1)
AddShape (1)
AddToFront (1)
AddToSide (1)
Count (1)
AddToTop (1)
AddToUndoBuffer (1)
AddUndo (1)
AddUndoMethod (1)
BeginUndoAction (1)
ClearStacks (1)
CommitAction (1)
Pop (1)
Example #1
0
Show file
public static void Insert(ICommand command) { undoRedo.Insert(command); }
x