Software FX Posted December 8, 2000 Report Share Posted December 8, 2000 Hi, To prevent users to doble click over the chart to access the Properties Dialog use: ChartFX1.DblClk CHART_NONECLK, 0 To prevent users to Right Click over the chart to access the pop up window (content menu) use: ChartFX1.ContextMenus = False To delete the first (0) top option from the pop up window (content menu) use: ChartFX1.Commands(CFX_ID_CM_BACKGROUND).RemoveSubCommand 0 -- Regards, Percy Dyer Software FX, Inc. Tech Support ================================================ "Paul Nailand" <nailand@onaustralia.com.au> wrote in message news:ywEw$AMSAHA.1752@sfxserver.softwarefx.com... > Hi > > How can I prevent the user from ever getting to the chart fx toolbars. I > seem to able to call these up with a left double click in most cases. > > thanks > paul > > 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.