I have tool bar in my app and context menu with the same options, so I want to add ToolStripButtons to both ContextMenuStrip and ToolStrip, unfortunately I can't do this. Even when I add manually items to both it shows only on one.
For now I have buttons in tool bar:
I want something like this. I want this options to be one, because I will be often enable and disable this buttons and finally there is one option so why two buttons?