Add-in Express™ for Microsoft® Office and .net
Add-in Express for Office and .NET components
Add-in Express .NET sets you free from the necessity of mastering the arcane nature of Office's ActiveX interfaces and the technological specificity of COM add-in and plug-in development by adding several components that implement properties, methods and events of corresponding objects and COM interfaces. These components are command bars and menus, ribbons, menu items and buttons (command bar buttons), edit and combo boxes (command bar combo boxes), smart tag recognizers, smart tag actions, RTD topics, etc.
All Add-in Express components are grouped into three namespaces - AddinExpres.MSO, AddinExpress.SmartTag, AddinExpress.RTD. Using Add-in Express components you can develop a simple add-in in Visual Studio .NET in about 15 minutes.
You can find more details about Add-in Express components in the Developer's Guide:
Office Ribbon control components and
Commandbar UI components.
MS Office Object |
Add-in Express Component |
Technology-specific objects and interfaces |
|
COM Add-in Module |
|
-
IDTExtensibility2
-
IRibbonExtensibility |
COM Add-in Module
It is the main module of any add-in project that centralizes the add-in's logic and its command bars, toolbars, menus and ribbons, provides access to host application objects, and more.
Visual designer
|
|
Components and classes |
|
|
Event components
Some Office application events are important for Office developers. In order to organize a pool of these events and correctly handle them, all these events are wrapped by special components.
|
|
|
Keyboard Shortcut component
The component allows you to create a new or override an existing keyboard shortcut.
|
|
|
Built-in Control Connector component
The component allows you to intercept actions of any ID-based built-in controls of your host application. For example, you can handle the Click event of the Send button in Outlook.
|
|
-
Multiple add-ins in one assembly
-
Word smart documents
-
Excel smart documents
-
Excel UDF add-ins
-
Excel sheet events
-
Outlook property pages
-
Outlook Folders collection events
-
Outlook Folder.Items collection events
-
Outlook Item object events
|
Additional modules
Add-in Express provides several additional modules that you can use to create several add-ins in one assembly, to add a new option page to the main Outlook Options dialog and new property pages for the Outlook Folder Properties dialog, to bind your add-ins to Excel or Word documents, to develop new Excel worksheet functions. Each of the additional modules is similar to the COM Add-in Module and has its own visual designer.
Additional classes
Several additional class templates provided by Add-in Express are event helpers. The classes allow you to synchronously handle events of the Folders and Folder.Items collections and the Item object in Outlook, and the Worksheet object in Excel.
|
Visual components |
|
Office 2000 - 2007 menus and toolbars |
|
|
Command Bar component
Add-in Express includes a unified command bar component that you can use to create a custom toolbar (command bar) or modify any existing (built-in) command bar including menu bars and pop-up menus. The component adds, stores and manages all controls that have been added to the command bar with the Controls collection.
Controls Collection Editor
|
|
|
Outlook Explorer and Inspector Command Bar components
For Outlook developers, Add-in Express offers two Outlook toolbar components, for
the Explorer and Inspector windows.
The former adds a new toolbar / command bar or modifies the existing ones on the Outlook Explorer windows, the latter customizes toolbars on the Inspector window.
|
|
-
Toolbar (command bar) buttons
-
Menu items
-
Pop-up menu items
-
Edit boxes
-
Combo boxes
-
Dropdown lists
-
Pop-up menus
-
Built-in command bar controls
-
Advanced command bar controls |
Command Bar Control components
In the Controls collection of the command bar components, you can use all toolbar controls provided by the Office object model, including CommandBarButton (represents menu items or buttons on a command bar), CommandBarComboBox (edit and combo boxes, dropdown lists), CommandBarPopup (represents sub-menus or pop-up menus on a toolbar). In addition, you can place on your toolbars any ID-based built-in controls as well as any .NET controls.
|
|
Office Ribbon UI |
|
-
Ribbon Tab
-
Office Menu
-
Quick Access Toolbar |
Ribbon components
To make the support of Office ribbons easier, Add-in Express offers three components that empower you to customize Ribbon tabs, the Office Menu and Quick Access Toolbar.
Visual designer for Office Ribbon
|
Smart Tag components
MS Office Object |
Add-in Express Component
|
Technology-specific objects and interfaces |
|
Smart Tag Module |
|
ISmartTagRecognizer
ISmartTagRecognizer2 |
Smart Tag Module
It is the main module of any smart tag projects that shares one recognizer for smart tag components, centralizes all smart tags and their actions, provides access to host application objects.
Visual designer
|
|
Smart Tag actions |
|
ISmartTagAction
ISmartTagAction2 |
Smart Tag Action component
The Smart Tag Action component provides methods, properties and events to customize any smart tag that is associated with a recognizable word list or a dynamic recognizer. It contains the Actions collection that helps organize smart tag actions and handle them.
|
RTD Server components
MS Office Object |
Add-in Express Component
|
Technology-specific objects and interfaces |
|
RTD Server Module |
|
|
RTD Server Module
It is the main module of any Excel RTD Server projects that shares one IRTDServer for RTD topic components, centralizes all topics, provides access to host application objects.
Visual designer
|
|
RTD Topics |
|
|
RTD Server Topic component
The RTD Server Topic component provides methods, properties and events to customize any RTD topic's actions that are associated with an item of the RTD function and is handled by the published event.
|
|