vcl-dxribbongallery-d8dc69c7.md
Provides contiguous highlighting options for galleries.
TdxRibbonGalleryItemPullHighlighting = class(
TPersistent
)
Use a gallery’s GalleryOptions.ItemPullHighlighting property, to access the options that control the contiguous highlighting within this gallery. These options apply to all its groups and items. To customize contiguous highlighting settings for an individual group, use the group’s Options.ItemPullHighlighting property.
The TdxRibbonGalleryItemPullHighlighting class introduces options that allow you to do the following:
Enable/disable the contiguous highlighting mode (Active).
Specify the direction in which group items are highlighted (Direction).
TObject TPersistent TdxRibbonGalleryItemPullHighlighting
See Also