Back to Devexpress

TdxRibbonGalleryItemPullHighlightingMode Enum

vcl-dxribbongallery-3b5eddfd.md

latest1.3 KB
Original Source

TdxRibbonGalleryItemPullHighlightingMode Enum

Enumerates contiguous highlighting options.

Declaration

delphi
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

TdxInMenuGalleryOptions.ItemPullHighlightingMode

TdxRibbonGalleryGroupOptions.ItemPullHighlightingMode

dxRibbonGallery Unit