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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.