Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to call Active Accessibility APIs to develop automation for Office ribbon controls


INTRODUCTION

To develop an add-in application for Microsoft Office, one of the largest difficulties is developing the automation for the new User Interface (UI) engine ribbon controls that was introduced in Office 2007. The COM object model for Office does not provide any properties or functions to collect the ribbon information and invoke the functionalities for the ribbon controls.


This article describes an All-In-One Code Framework sample that contains the CSOfficeRibbonAccessibility and VBOfficeRibbonAccessibility projects. This code sample demonstrates how to call a Microsoft Active Accessibility API to develop automation for Office ribbon controls. The Active Accessibility API refers to the native constants and functions that are exposed in the oleacc.dll library. To call these APIs from .NET, you need to adopt Platform Invoke Technology.

Difficulty level


Download information

To download this code sample, click one of the following links:

 

Technology category

  • Office Solution Development

Languages

This code sample contains the following programming languages:

Language Project Name
Visual C# CSOfficeRibbonAccessibility
Visual Basic.NET VOfficeRibbonAccessibility

Prerequisites

To run this sample code, you must have Microsoft Visual Studio 2010 and Microsoft Office 2010 installed. Or, you must have Microsoft Visual Studio 2007 and Microsoft Office 2007 installed.
 

Project usage

To use the sample project, follow these steps: 

  1. Compile the Visual Studio Tools for Office (VSTO) project by using Microsoft Visual Studio 2007 or Microsoft Visual Studio 2010.
  2. Open Microsoft Word 2007 or Microsoft Word 2010. A Show Ribbon Information button is displayed on the Add-Ins tab.
  3. Click the Show Ribbon Information button. A form will pop up.
  4. In the first list box on the form, you can see all visible ribbon tabs. For example, you can see the Home, Insert, and PageLayout ribbon tabs.
  5. Click one of the ribbon tabs to navigate to it.
  6. Click the See children groups button. All groups of the selected tab will fill into the second list box.
  7. Click the See children controls button. All controls of the selected group will fill into the third list box.
  8. Click the Execute selected control button. This button invokes the functions for the selected control.

↑ Back to the top


More Information

What is All-In-One Code Framework?

All-In-One Code Framework shows most Microsoft development techniques by using code samples in different programming languages. Each example is carefully selected, composed, and documented to show one common code scenario. For more information about All-In-One Code Framework, visit the following Microsoft website:

How to find more All-In-One Code Framework samples

To find more All-In-One Code Framework samples, search for "kbcodefx" together with related keywords on the Microsoft support Web site. Or, visit the following Microsoft website:

↑ Back to the top


References

For more information about the Microsoft Active Accessibility API, visit the following Microsoft website:

General information about the Microsoft Active Accessibility API

↑ Back to the top


Rapid publishing disclaimer

Microsoft corporation and/or its respective suppliers make no representations about the suitability, reliability, or accuracy of the information and related graphics contained herein. All such information and related graphics are provided "as is" without warranty of any kind. Microsoft and/or its respective suppliers hereby disclaim all warranties and conditions with regard to this information and related graphics, including all implied warranties and conditions of merchantability, fitness for a particular purpose, workmanlike effort, title and non-infringement. You specifically agree that in no event shall Microsoft and/or its suppliers be liable for any direct, indirect, punitive, incidental, special, consequential damages or any damages whatsoever including, without limitation, damages for loss of use, data or profits, arising out of or in any way connected with the use of or inability to use the information and related graphics contained herein, whether based on contract, tort, negligence, strict liability or otherwise, even if Microsoft or any of its suppliers has been advised of the possibility of damages.

↑ Back to the top


Keywords: kbcodefx, kbrapidpub, kbinfo, atdownload, kbnomt, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2494267
Revision : 1
Created on : 1/7/2017
Published on : 1/28/2011
Exists online : False
Views : 123