Software FX Posted April 14, 2000 Report Share Posted April 14, 2000 You can do this using the RemoveSubCommand method. For example lets say you want to remove the DataEditor menu option from the right-click menu (chart background). You can do: ChartFX1.Commands(CFX_ID_CM_BACKGROUND).RemoveSubCommand 1 Other commands for other menus: CFX_ID_CM_SERIES // Right click on a point marker/bar CFX_ID_CM_BACKGROUND, // Right click on the chart background CFX_ID_CM_AXIS, // Right click on an axis CFX_ID_CM_TITLE, // Right click on a title CFX_ID_CM_BAR, // Right click on a legend box Frank SFX 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.