0

I built a Visual Studio add-in and I have a context menu that shows in the code window. I have about 6 options and I want to break them up using lines. I can't seem to figure out how to insert a splitter line. I've tried a few different things but get exceptions.

Any ideas?

MPelletier
  • 16,256
  • 15
  • 86
  • 137
Dustin Davis
  • 14,482
  • 13
  • 63
  • 119

1 Answers1

1

I found it. CommandBarPopup.BeginGroup = true

Dustin Davis
  • 14,482
  • 13
  • 63
  • 119