TdxBarManager.ImageOptions Property
Specifies bar item image options.
Declaration
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;