TdxRibbonGalleryItemBarItemLinkPositionInDropDown Enum
In This Article
Enumerates a bar item link’s positions in a ribbon gallery’s drop-down menu.
#Declaration
Delphi
TdxRibbonGalleryItemBarItemLinkPositionInDropDown = (
ilpAfterGallery,
ilpBeforeGallery
);
#Members
Name |
---|
ilp
|
ilp
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
ilp |
The menu displays an item link below a gallery. | ![]() |
ilp |
The menu displays an item link above a gallery. | ![]() |
The bar item link’s PositionInDropDown property references the TdxRibbonGalleryItemBarItemLink type.
See Also