User (Legacy) Posted September 4, 2002 Report Share 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. Quote Link to comment Share on other sites More sharing options...
Software FX Posted September 5, 2002 Report Share 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 " 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.