Jump to content
Software FX Community

How can I Disable Right button click?


User (Legacy)

Recommended Posts

Posted

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.

Archived

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

×
×
  • Create New...