Home › Forums › General XMetaL Discussion › XMetaL 8: Is it possible to override Table menu commands? › Reply To: XMetaL 8: Is it possible to override Table menu commands?
Reply to: XMetaL 8: Is it possible to override Table menu commands?
January 21, 2015 at 9:15 pmHi Derek – no, I think I was basing that off of another thread where it was implying that you could override any of the default menu options with a macro by effectively using the same name. However, it was only showing File menu options. I was taking a guess at what an equivalent Table menu macro might be.
The Delete method appears to only apply to a CommandBar and not to a CommandBarControl. I tried changing the Visible property of any of the 18 CommandBarControls in the Table CommandBar, but it did not seem to have any effect. I was trying to do this on ApplicationOpenComplete – should that work?
Paul