Selecting bevel button contextual menu items

I used to know how to do this but I can never remember the process and searching for the answer is not helping. How does one preset a contextual menu on a bevel button to a particular item?

If you’re using DesktopBevelButton then:
(assuming you want the fourth item to be selected, since it is zero based)

Me.Caption = Me.Menu.MenuAt(3).Text

Thanks a lot. I’ll bookmark this so I don’t forget in the future.

1 Like