Jump to content
Software FX Community

customizing context menu


User (Legacy)

Recommended Posts

Yes.

Context menus are simply composite commands. The Id' for these commands are

all named like this:

CommandID.ContextMenu*

Once you obtain the command, for example:

Command command = chart1.Commands[(int) CommandID.ContextMenuBack];

Then you can proceed to modify its "sub-commands" using the following

methods:

command.RemoveSubCommand

command.InsertSubCommands

The following KB Article has information about this:

Q7001034. How to add an item to the ChartFX Menubar

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...