TdxBarPainter.DrawGlyphAndBkgnd(TdxBarItemControl,HDC,TRect,TRect,TdxBarPaintType,TdxSmartGlyph,TCustomImageList,Integer,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,IdxColorPalette) Method
In This Article
#Declaration
Delphi
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; const AColorPalette: IdxColorPalette); virtual;
#Parameters
Name | Type |
---|---|
ABar |
Tdx |
ADC | HDC |
R | TRect |
AGlyph |
TRect |
APaint |
Tdx |
AGlyph | Tdx |
AImages | TCustom |
AImage |
Integer |
AGlyph |
Boolean |
ASelected | Boolean |
ADowned | Boolean |
ADraw |
Boolean |
ADropped |
Boolean |
AForce |
Boolean |
AGray |
Boolean |
AIs |
Boolean |
AEnabled | Boolean |
AColor |
Idx |
See Also