TdxRibbonGalleryItemPullHighlightingMode Enum
Enumerates contiguous highlighting options.
Declaration
TdxRibbonGalleryItemPullHighlightingMode = (
iphmNone,
iphmStartToFinish,
iphmFinishToStart
);
Members
Name |
---|
iphmNone
|
iphmStartToFinish
|
iphmFinishToStart
|
Remarks
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