You are here: Home > Access - Ribbons > Ribbon XML / Controls > Backstage - Button
Backstage - Button
Remark: All functions in this chapter refer to Access / Office 2010.
Button are shown directly below the Label of a Tab in Backstage Navigation.
The corresponding XML Ribbon file:
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui"> <ribbon startFromScratch="false"> <!-- Ribbon XML --> </ribbon> <backstage> <tab id="btab1" label="Tab Label 1. "/> <button id="btnBackstage1" label="Label Backstage Button" imageMso="HappyFace" onAction="OnActionButton"/> </backstage> </customUI>
Remark: For button (in the Backstage View) idMso cannot be used. (When opening Backstage View an error message will be displayed.
New:
- Attributes: isDefinitive
- Callbacks: -
Not available:
- Attributes: description, size, showLabel, showImage
- Callbacks: getDescription, getShowImage, getShowLabel, getSize
You can also find this sample in sample database "Backstage View".