Dynamic image of assembly by highlighting selected component

Hello,

I'm developing an add-in using Visual Basic Studio, and I would like to know if it's possible to create a dynamic image of an open assembly within a UserForm. Specifically, I want to allow the user to select a component from a ListBox, and have that component highlighted in a dynamic image of the entire assembly (so that supposes the userform already have the the dynamic image inserted).

From what I understand, the UserForm (vba in particular) only supports static images of models, not dynamic ones. As a result, I’m unsure if it's possible to display an image of a selected part or body in real-time.

Could you please provide any insights or suggestions on how to achieve this functionality?

Thanks