Creating Menu Button for Plug-In

I've got a problem creating a Menu Button which should open the GUI of my Plug-In.
I'm using the code from the examples and createt the classes as shown.

[Sdl.Desktop.Platform.CommandBars.Action(
    Id = "mypluginbutton",
    Name = "MyPluginAction_Name",
    Description = "MyPluginAction_ToolTipText")]
    [ToolBarLocation(ToolBarId = "StandardToolBar")]
    [MenuLocation(MenuId = "FileMenu")]

Is is somehow possible that i can create a new button in the top toolbar, a.e. beside "help"?

And, just as a yes/no question: in the examples you just use the user control. Is is also possible to use a form?

Parents Reply Children