[]
Represents the information about the availability of common actions with the report and selected items.
public class Editor
Name | Description |
---|---|
CanCopy() | Checks if the copy action is available for the selected item/items. |
CanCut() | Checks if the cut action is available for the selected item/items. |
CanDelete() | Checks if the delete action is available for the selected item/items. |
CanPaste() | Checks if the paste action is available for the selected item/items. |
CanRedo() | Checks if the redo action is available. |
CanUndo() | Checks if the undo action is available. |
Copy() | Performs the copy action. |
Cut() | Performs the cut action. |
Delete() | Performs the delete action. |
Paste() | Performs the paste action. |
Redo() | Performs the redo action. |
Undo() | Performs the undo action. |