Button to display background image

Hello, I’d like to know if I can transform the “show/hide” command for a background image into a button on the Rhino taskbar. Going to the menu every time is time-consuming in some tasks. Thank you in advance.

A macro like this should work to toggle the visibility in the active viewport:

-_BackgroundBitmap _Visible _Enter

Thank you so much, it worked!