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