| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property UndoManager As UndoManager | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public UndoManager UndoManager {get;} | |
| C# | Copy Code |
|---|---|
private void mnuEditUndo_Click(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
'mnuEditUndo_Click - calls the UndoManager.Undo command from the Designer | |