Large button with description in ribbon menu

Add-in Express™ Support Service
That's what is more important than anything else

Large button with description in ribbon menu
 
wehbi




Posts: 76
Joined: 2013-10-31
Dear ADX-Team,

I did not found a description how to implement a large button with image caption and description inside a ribbon menu.

It should look like this:
User added an image

Thanks and regards,
Birger
Posted 22 Aug, 2017 03:30:26 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
Hello Birger,

Put an ADXRibbonMenu component onto a group. Set ADXRibbonMenu.ItemSize = AddinExpress.MSO.ADXRibbonXItemSize.Large. Now populate the menu with buttons. For each button, specify a 32x32 image and provide a description (see the Description property). Use an ADXRibbonSeparator to divide the buttons; set ADXRibbonSeparator.Caption="".

This sequence works for me. Does it work for you?


Andrei Smolin
Add-in Express Team Leader
Posted 22 Aug, 2017 08:34:25 Top
wehbi




Posts: 76
Joined: 2013-10-31
Hello Andrei,

I tried only Size and not ItemSize... thanks for your help again!

Hava a nice day!
Birger
Posted 23 Aug, 2017 01:40:11 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
You are welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 23 Aug, 2017 03:56:30 Top