Doseerock Posted March 27, 2007 Report Share Posted March 27, 2007 I found some codes in the online samples to delete some items form a context menu as follows: chart1.Commands[(int)CommandID.ContextMenuBack].RemoveSubCommand(0); However I can't find out how to change this code in VC++. I guess I should write as below, but I have no idea which code I should put into ??????. m_pChart->Commands->GetItems(?????)->RemoveSubCommand(0); 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.