User (Legacy) Posted June 17, 2000 Report Share Posted June 17, 2000 Hi! I'd like to disable (or remove) Data Editor menu item from all menus displayed by ChartFX. I tried the following code but it doesn't work. m_pChartFX->Commands->Item[CFX_ID_DATAEDITOR]->Enabled = FALSE; The code suggested in the manual works, m_pChartFX->Commands->Item[CFX_ID_TOOLS]->RemoveSubCommand(2); but it removes the Data Editor item from the Tools menu only (eg context menu still has it) Serge Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.