XML Samples
From Ribbon Commander Documentation
Revision as of 18:35, 19 October 2013 by Rxdff15551 bb53 (Talk | contribs)
Before we start
Before we get started you need to:
Introduction
Ribbon Commander fully supports XML. All controls are serializable to XML and instantiatable from XML. The main package installs a few XML samples and a workbook (XMLSamplesLoader.xls) that can load the samples and contains delegate stubs for control callbacks.
Locating the samples
To locate the samples:
- Navigate to the Samples Directory through the Ribbon Commander Start Menu shortcut.
- Find the samples under XML
- Open workbook XMLSamplesLoader.xls and use its UI to load the samples.
Samples reference
Sample File Name
|
Description
|
RibbonSample1.xml | A Ribbon sample |
RibbonSample2.xml | A Ribbon sample |
DictatorSample2007.xml | A dictator application UI sample for Office 2007 |
DictatorSample2010.xml | A dictator application UI sample for Office 2010 |
BackstageSample1.xml | A Backstage sample (Office 2010+) |
BackstageSample2.xml | A Backstage sample (Office 2010+) |
XMLSamplesLoader.xls | Automates loading of the XML samples and provides delegate stubs for control callbacks |