Skip to main content

Ribbon Mini Toolbar

The Ribbon Mini Toolbar is a quick formatting tool provided for end-users.

To use the Ribbon Mini Toolbar in the application, follow the steps below:

  1. Make certain that the Ribbon control and the bar manager components are on a form, and the required menu items are defined. For details, see the Customization Form topic.

  2. Drop the TdxRibbonMiniToolbar component from the Component Palette’s ExpressBars page onto the form. The Ribbon will be automatically linked to the component’s Ribbon property.

  3. Do one of the following to invoke the Customization Form and the menu designer:

  • Double-click the Ribbon Mini Toolbar component;

  • Click the Ribbon Mini Toolbar component to display its properties within the Object Inspector and then click the ellipsis button next to the ItemLinks property.

  1. Drag menu items from the Customization Form into the menu designer.

If you dynamically populate a Ribbon Mini Toolbar with bar item controls, you can provide images for this particular Mini Toolbar via its Images property and make its item controls reference these images via a corresponding item link‘s ImageIndex property.

Important

The Ribbon Mini Toolbar can only be used with a form that contains the corresponding bar manager.

See Also