Click or drag to resize
Sandcastle Help File BuilderEditorCommandsMoveUp Property
Move an item up within its collection

Namespace: SandcastleBuilder.WPF.Commands
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public static RoutedUICommand MoveUp { get; }

Property Value

Type: RoutedUICommand
Remarks
The default key binding is Ctrl+Up
See Also