User (Legacy) Posted September 4, 2002 Report Posted September 4, 2002 Hi. I want to disable Right Button Click. I look up Programmer's Guide and find command. "m_pChartFX->MenusOnDemand = FALSE;" but this does not compiled. on same level m_pChartFX->AllowDrag = FALSE; m_pChartFX->AllowEdit = FALSE; m_pChartFX->AllowResize = FALSE; works.
Software FX Posted September 5, 2002 Report Posted September 5, 2002 Hello, You may not have the most up-to-date manuals. You can download the latest docs from http://support.softwarefx.com. The correct syntax is: m_pChartFX->ContextMenus = FALSE; JT Tech. Support 561-392-2023 "
Recommended Posts
Archived
This topic is now archived and is closed to further replies.