BackstageListBox Control
Description
The BackstageListBox is a list box and recent file list used for the Ribbon Backstage.
For a list of all members defined in this module, see BackstageListBox Members.
Object Model






![]()
![]()


Remarks
The BackstageListBox is used to display a list box or recent file list in the ribbon backstage.
Office 2010 Style Recent File List

Example
Office 2010 style list using the Office2010 style BackstageListBox to display the RecentFileList:
Dim RecentFileList As RecentFileList
RecentFileListBox.ToolTipContext.Style = xtpToolTipResource
CommandBars.RecentFileList.Add "C:\Program Files\Test1.xml"
CommandBars.RecentFileList.Add "C:\Program Files\Test2.xml"
RecentFileListBox.CreateRecentFileListItems RecentFileList
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.