User (Legacy) Posted July 8, 2003 Report Share Posted July 8, 2003 Hi, is it possible to not allow the user to use the context over the chart, but only over the legend. Node that using m_pChartFX->ContextMenus = FALSE; will not allow the legend context menu. Thanks Artan Dimnaku Quote Link to comment Share on other sites More sharing options...
Software FX Posted July 8, 2003 Report Share Posted July 8, 2003 You can capture the RightClick event (both up and down) on the chart and assign ReturnValue = 1 to prevent the default behavior (which is to show the context menu) -- FP Software FX, Inc. 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.