How to: Add a Dialog Box Launcher to a Ribbon Group
Applies to |
---|
The information in this topic applies only to the specified Visual Studio Tools for Office projects and versions of Microsoft Office. Project type
Microsoft Office version
For more information, see Features Available by Application and Project Type. |
You can add a dialog box launcher to any group on a Ribbon. A dialog box launcher is a small icon that appears in a group. Users click this icon to open related dialog boxes or task panes that provide more options that relate to the group.
To add a dialog box launcher to a Ribbon group
Select the Ribbon code file (.vb or .cs file) in Solution Explorer.
On the View menu, click Designer.
In the Ribbon Designer, right-click any group, and then click Add DialogBoxLauncher.
Add code to the DialogLauncherClick event of the group to open a custom or built-in dialog box.
See Also
Tasks
How to: Export a Ribbon from the Ribbon Designer to Ribbon XML
How to: Change the Order of Tabs on the Ribbon
How to: Customize a Built-in Tab
How to: Customize the Microsoft Office Menu
How to: Get Started Customizing the Ribbon
How to: Show Add-in User Interface Errors
Walkthrough: Creating a Custom Tab by Using the Ribbon Designer
Walkthrough: Updating the Controls on a Ribbon at Run Time
Walkthrough: Creating a Custom Tab by Using Ribbon XML