MenuButton.IsRightMovementAction C# (CSharp) Метод

IsRightMovementAction() защищенный абстрактный Метод

Informs whether the given Element is the DraggableElement bound the this MenuButton.
protected abstract IsRightMovementAction ( DraggableElement, draggableElement ) : bool
draggableElement DraggableElement, The Element to test.
Результат bool
    protected abstract bool IsRightMovementAction(DraggableElement draggableElement);