Base Actions menu click with code

Is it possible to reproduce the clicking of a “non-custom” Actions menu button with code? I know how to add my custom ButtonTool’s and handle their ToolClick but I would like to know if possible to do similar with menus already provided without overriding the clicking logic.

For instance, clicking/opening the ChangeLogTool in Order Entry and have the changelog box pop. Something Like ((Infragistics.Win.UltraWinToolbars.PopupMenuTool)baseToolbarsManager.Tools[“ChangeLogTool”]).Click();

Using 2022.2.29 with Classic UI.

Thanks,