Click or drag to resize
Sandcastle Help File BuilderEditorCommands Class
This class contains the help file builder's routed UI commands for file editors
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.WPF.CommandsEditorCommands

Namespace: SandcastleBuilder.WPF.Commands
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public static class EditorCommands

The EditorCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAddItem
Add an item to the collection
Public propertyStatic memberCollapseAll
Collapse all items in a collection
Public propertyStatic memberCollapseCurrent
Collapse the current item and its children
Public propertyStatic memberEdit
Open an item for editing
Public propertyStatic memberExpandAll
Expand all items in a collection
Public propertyStatic memberExpandCurrent
Expand the current item and its children
Public propertyStatic memberMoveDown
Move an item down within its collection
Public propertyStatic memberMoveUp
Move an item up within its collection
Public propertyStatic memberPasteAsChild
Paste an item as a child of the selected item
Public propertyStatic memberSort
Sort a collection of items
Top
See Also