In this post I will be discussing Tabs, Groups, Buttons and ImageMSOs.
Featured Videos:
- 04 – Tabs, Groups, Buttons and ImageMSOs
Featured Download
- AccessRibbon04
04 – Tabs, Groups, Buttons and ImageMSOs
The Code
< customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
< ribbon startFromScratch="true">
< tabs>
< tab id="tabHome" label="Home" visible="true">
< group id="GroupHome" label="Home">
< button id="cmdHome" label="Home" imageMso="BlogHomePage"
size="large" onAction="onClick"/>
< /group>
< /tab>
< /tabs>
< /ribbon>
< /customUI>
Related Posts
01 – Introduction to the Ribbon02 – Explanation of the Code
03 – The USysRibbons Table
05 – Callbacks
06 – Split Buttons
07 – Get Label
08 – Drop Down Menus 1
09 – Drop Down Boxes 2
10 – Splitting a Database