Is there a way to add custom options to the ToolWindow options menu?
For example in addition to {Floating|Dockable|AutoHide|Hide} I would like to add options like Rename and Close. How can I do this?
e.DefaultContextMenu.MenuItems.Add("Rename", mnuRename_Click);
Please log in to a validated account to post comments.