Class UndoCommand
Represents the "Edit|Undo" command.
Inherited Members
Namespace: FastReport.Design
Assembly: FastReport.dll
Syntax
public class UndoCommand : DesignerCommand
Methods
GetEnabled()
Gets a value for the Enabled property.
Declaration
protected override bool GetEnabled()
Returns
Type | Description |
---|---|
System.Boolean | true if command is enabled. |
Overrides
Invoke()
Invokes the command.
Declaration
public override void Invoke()
Overrides
Undo(Int32)
Undo several actions.
Declaration
public void Undo(int actionsCount)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | actionsCount | Number of actions to undo. |