Skip to main content

TdxBarPainter.DrawGlyphAndBkgnd(TdxBarItemControl,HDC,TRect,TRect,TdxBarPaintType,TdxSmartGlyph,TCustomImageList,Integer,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,IdxColorPalette) Method

Declaration

procedure DrawGlyphAndBkgnd(ABarItemControl: TdxBarItemControl; ADC: HDC; const R: TRect; const AGlyphRect: TRect; APaintType: TdxBarPaintType; AGlyph: TdxSmartGlyph; AImages: TCustomImageList; AImageIndex: Integer; AGlyphEmpty: Boolean; ASelected: Boolean; ADowned: Boolean; ADrawDowned: Boolean; ADroppedDown: Boolean; AForceUseBkBrush: Boolean; AGrayScale: Boolean; AIsSplit: Boolean; AEnabled: Boolean; AColorPalette: IdxColorPalette); virtual;

Parameters

Name Type
ABarItemControl TdxBarItemControl
ADC HDC
R TRect
AGlyphRect TRect
APaintType TdxBarPaintType
AGlyph TdxSmartGlyph
AImages TCustomImageList
AImageIndex Integer
AGlyphEmpty Boolean
ASelected Boolean
ADowned Boolean
ADrawDowned Boolean
ADroppedDown Boolean
AForceUseBkBrush Boolean
AGrayScale Boolean
AIsSplit Boolean
AEnabled Boolean
AColorPalette IdxColorPalette
See Also