Skip to main content

TdxRibbonGalleryItemPullHighlighting Class

Provides contiguous highlighting options for galleries.

Declaration

TdxRibbonGalleryItemPullHighlighting = class(
    TPersistent
)

Remarks

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).

Inheritance

TObject
TPersistent
TdxRibbonGalleryItemPullHighlighting
See Also