| EditorCommandsMoveUp Property |
Move an item up within its collection
Namespace: SandcastleBuilder.WPF.CommandsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static RoutedUICommand MoveUp { get; }
Public Shared ReadOnly Property MoveUp As RoutedUICommand
Get
public:
static property RoutedUICommand^ MoveUp {
RoutedUICommand^ get ();
}
static member MoveUp : RoutedUICommand with get
Property Value
Type:
RoutedUICommandRemarks The default key binding is Ctrl+Up
See Also