0

I am facing a situation where i have to customize existing context menu of power point? Previously i have used ribbon designer for ribbon interface .But now for context menu i have to use ribbon(XML).I have searched and found its is not possible to use both ribbon(XML) And ribbon designer simultaneously .

In this situation how do i customize context menu and as my requirements .Is there any way where we can customize context menu of power point for shape without using ribbon(XML)?

Ganesh
  • 31
  • 1
  • 5

1 Answers1

0

Is there any way where we can customize context menu of power point for shape without using ribbon(XML)?

No, starting from Office 2010 you need to use the Ribbon XML markup for customizing Office context menus. See Customizing Context Menus in Office 2010 for more information. Command bars were deprecated and are not used any longer.

You may find the Walkthrough: Creating a Custom Tab by Using Ribbon XML helpful.

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