2

I'm developing my first add in in Sharepoint for office 2013.

I cant find a way to add a color picker without opening a dialogue box.

I want the color picker in the ribbon, like in the MS-Paint.

enter image description here

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
Rohit Vipin Mathews
  • 11,629
  • 15
  • 57
  • 112

2 Answers2

2

There is no such control. The Fluent UI (aka Ribbon UI) does provide a limited set of controls that you can use for custom UI in Office add-in. You can read more about the Ribbon UI in the following series of articles in MSDN:

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
0

I ended up updating the designer.cs class. adding the required buttons via code in constructor.

Rohit Vipin Mathews
  • 11,629
  • 15
  • 57
  • 112