Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.ImageOptions Property

Specifies bar item image options.

#Declaration

Delphi
property ImageOptions: TdxBarImageOptions read; write;

#Property Value

Type
TdxBarImageOptions

#Remarks

The ImageOptions property provides access to the bar item image options defined with the currently processed bar manager.

These options include:

  • DisabledImages – specifies the source of small images displayed by disabled items;

  • DisabledLargeImages – specifies the source of large images displayed by disabled items;

  • HotImages – specifies the image list whose images can be displayed within large button items when they are hot-tracked;

  • ImageListBkColor – specifies the transparent color of images within the bar manager’s image lists;

  • Images – specifies the image list associated with the current bar manager’s items;

  • LargeIcons – specifies which glyph size to apply to the current bar manager’s items;

  • LargeImages – specifies the image list whose images can be displayed within large button items;

  • MakeDisabledImagesFaded – specifies whether default images are to be painted faded;

  • SmoothGlyphs – specifies whether to draw stretched images in a smooth manner;

  • StretchGlyphs – specifies whether to stretch bar item images so that they fit bar item bounds;

  • UseLargeImagesForLargeIcons – specifies which group of images to use as bar item icons;

  • UseLeftBottomPixelAsTransparent.

See Also