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

TdxBarPainter.GetImageParams(TdxBarItemControl,TRect,TdxBarPaintType,TdxBarItemControlViewStructure,TdxBarItemControlViewSize,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,TdxSmartGlyph,TCustomImageList,Integer,Boolean,TRect,IdxColorPalette) Method

In This Article

#Declaration

Delphi
procedure GetImageParams(AItemControl: TdxBarItemControl; const ADrawRect: TRect; APaintType: TdxBarPaintType; AViewStructure: TdxBarItemControlViewStructure; AViewSize: TdxBarItemControlViewSize; ACenter: Boolean; ASelected: Boolean; ADowned: Boolean; ADrawDowned: Boolean; ADroppedDown: Boolean; var AGlyphEmpty: Boolean; out AGlyph: TdxSmartGlyph; out AImages: TCustomImageList; out AImageIndex: Integer; out ADrawImageEnabled: Boolean; out AImageBounds: TRect; out AGlyphPalette: IdxColorPalette);

#Parameters

Name Type
AItemControl TdxBarItemControl
ADrawRect TRect
APaintType TdxBarPaintType
AViewStructure TdxBarItemControlViewStructure
AViewSize TdxBarItemControlViewSize
ACenter Boolean
ASelected Boolean
ADowned Boolean
ADrawDowned Boolean
ADroppedDown Boolean
AGlyphEmpty Boolean
AGlyph TdxSmartGlyph
AImages TCustomImageList
AImageIndex Integer
ADrawImageEnabled Boolean
AImageBounds TRect
AGlyphPalette IdxColorPalette
See Also