Willy
Willy

Reputation: 10660

VSTO Outlook: How to pin to ribbon a custom group

In outlook there is an option called "Pin to ribbon". You can access it by performing right click on a group on the ribbon menu and then a context menu appears, there you can select "Pin to ribbon". This make that group always visible in the ribbon in all scenarios, classic and simplified views and even when you minimize Outlook window.

So for my group I would like to do the same, pin to ribbon but programmatically. How can I do this? I have got it by manually selecting that option from the Outlook but not programmatically.

enter image description here

Upvotes: 0

Views: 347

Answers (1)

Eugene Astafiev
Eugene Astafiev

Reputation: 49455

The Fluent UI extensibility model doesn't provide anything for pinning controls.

Upvotes: 1

Related Questions