Tagged Questions
2
votes
0answers
77 views
Create submenu item on Ribbon's Splitbutton
I just want to know if it's possible to add submenu on a custom splitbutton by using a delegate control.
I know that the normal way is to use javascript function to create the submenu xml. But I was ...