Ribbon Gallery Groups
The purpose of gallery groups is to categorize related gallery items. As the Microsoft® Office® 2007 UI guidelines require, gallery items are displayed across group panels only in a dropdown gallery.
A gallery group is represented by the TdxRibbonGalleryGroup object available via the gallery’s GalleryCategories property. This object provides the following interface:
Member | Description |
---|---|
Header | Provides access to a gallery group header’s settings. |
Items | Provides a collection of gallery items displayed within the gallery group. |
Options | Provides appearance options for a gallery group. |
Visible | Specifies a gallery group’s visibility. |
At design time, you can easily customize the gallery structure and exchange items between groups using the Ribbon gallery designer.
See Also