Backstage
Remark: All functions in this chapter refer to Access / Office 2010.
The content of BackstageView can be defined within the bachstage Tags.
The corresponding XML Ribbon file:
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<ribbon startFromScratch="false">
<!-- Ribbon XML -->
</ribbon>
<backstage>
<!-- Backstage Ribbon XML -->
</backstage>
</customUI>
Attributes: -
Callbacks: onHide, onShow
You can also find this sample in sample database "Backstage View".
|