Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

How do I add a custom menu item at the end Visual Studio main menu items?

$
0
0

Currently I create my custom menu item in .VSCT file as:

      <Menu guid="guidCommand1PackageCmdSet" id="TopLevelMenu" priority="0x100"  type="Menu">
        <Parent guid="guidSHLMainMenu" id="IDG_VS_MM_WINDOWHELP" />
        <CommandFlag>TextChanges</CommandFlag>

        <Strings>
          <ButtonText>VSCTSample</ButtonText>
          <CommandName>VScodePrint</CommandName>

        </Strings>
      </Menu>

The above cause VScodePrint as follows:

Analyse VScodePrintWindows Help

I prefer to add my custom menu item after the last menu item on the main menu bar (i.e after Help). How do I do that?

Analyse Windows Help VScodePrint


Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>