Jump to content
Software FX Community

Re: Preventing display of the chart fx toolbars


Software FX

Recommended Posts

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

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...