vcl-dxribbongallery-3b5eddfd.md
Enumerates contiguous highlighting options.
TdxRibbonGalleryItemPullHighlightingMode = (
iphmNone,
iphmStartToFinish,
iphmFinishToStart
);
| Name |
|---|
iphmNone |
iphmStartToFinish |
iphmFinishToStart |
Values include:
|
Value
|
Meaning
| | --- | --- | |
iphmNone
|
Contiguous highlighting mode is disabled.
| |
iphmStartToFinish
|
In groups, items are highlighted, starting from the beginning of a group.
In galleries, items are highlighted in all groups starting from the first item in the first visible group.
| |
iphmFinishToStart
|
In groups, items are highlighted starting from the end of a group.
In galleries, items are highlighted in all groups, starting from the last item in the last visible group.
|
See Also
TdxInMenuGalleryOptions.ItemPullHighlightingMode