Unnecessary Action Bar Items in MMC Snap-in

I am developing an MMC 3.0 snap-in. I have custom actions to be displayed in the right action pane of the MMC which I did with

ParentFormView.SelectionData.ActionsPaneItems.Add (CustomAction)

Everything is still working.

My problem is Windows also draws actions like "View", "New Window from Here", "Help", etc. by default. in the action area when my snap-ins are loaded. How do I programmatically disable these default actions?

0


source to share


1 answer


These are the default actions, and Microsoft has not released any documentation on how to do this.



0


source







All Articles