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.BarFillParentBackground(TCustomdxBarControl,HDC,TRect,TRect,HBRUSH,TColor) Method

In This Article

#Declaration

Delphi
procedure BarFillParentBackground(ABarControl: TCustomdxBarControl; DC: HDC; const ADestR: TRect; const ASourceR: TRect; ABrush: HBRUSH; AColor: TColor);

#Parameters

Name Type
ABarControl TCustomdxBarControl
DC HDC
ADestR TRect
ASourceR TRect
ABrush HBRUSH
AColor TColor
See Also