Share

UserInterfaceManager.FileBrowserControls Property

Parent Object: UserInterfaceManager

Description

Property that returns a CommandControls collection containing the controls in the File Browser (a.k.a Application Menu).

Syntax

UserInterfaceManager.FileBrowserControls() As CommandControls

Property Value

This is a read only property whose value is a CommandControls.

Samples

Name Description
Add commands to the application menu Demonstrates adding command to the application menu.
Print information about all available ribbons. This sample prints out all of the elements of the ribbons. This output is very useful when customizing the ribbon to be able to get the names of the various existing ribbons, tabs, and panels.

Version

Introduced in version 2010

Was this information helpful?