atsushi Posted March 28, 2007 Report Share Posted March 28, 2007 How should I do to delete ”Financial Legend” from the context menu?Where should I write?-----------------------------------------------------------------------------------------------------------------------------------------------------------------------Command backMenuCommand = chart1.Commands[ChartFX.WinForms.CommandId.ContextMenuBack];backMenuCommand.SubCommands.RemoveAt(backMenuCommand.SubCommands.IndexOf(30003)); // Financial Legend Delee Quote Link to comment Share on other sites More sharing options...
Frank Posted April 12, 2007 Report Share Posted April 12, 2007 At this time this is not possible. The extensions adds the command and there is no way to prevent it. 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.