| EditorCommands Class |
Namespace: SandcastleBuilder.WPF.Commands
The EditorCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| AddItem |
Add an item to the collection
| |
| CollapseAll |
Collapse all items in a collection
| |
| CollapseCurrent |
Collapse the current item and its children
| |
| Edit |
Open an item for editing
| |
| ExpandAll |
Expand all items in a collection
| |
| ExpandCurrent |
Expand the current item and its children
| |
| MoveDown |
Move an item down within its collection
| |
| MoveUp |
Move an item up within its collection
| |
| PasteAsChild |
Paste an item as a child of the selected item
| |
| Sort |
Sort a collection of items
|