TdxRibbonGalleryItemPullHighlightingMode Enum
In This Article
Enumerates contiguous highlighting options.
#Declaration
Delphi
TdxRibbonGalleryItemPullHighlightingMode = (
iphmNone,
iphmStartToFinish,
iphmFinishToStart
);
#Members
Name |
---|
iphm
|
iphm
|
iphm
|
#Remarks
Values include:
Value | Meaning |
---|---|
iphm | Contiguous highlighting mode is disabled. |
iphm | 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. |
iphm | 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