Jump to content
Software FX Community

How to remove or disable menu command?


User (Legacy)

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...